Skip to content

Commit

Permalink
remove do_clear_screen
Browse files Browse the repository at this point in the history
  • Loading branch information
scribam committed Sep 22, 2024
1 parent e2d2a16 commit fea8044
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions vita3k/gui/include/gui/imgui_impl_sdl_state.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ struct State;

struct ImGui_State {
renderer::State *renderer{};

bool do_clear_screen = true;

virtual ~ImGui_State() = default;
};

Expand Down
2 changes: 0 additions & 2 deletions vita3k/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,6 @@ int main(int argc, char *argv[]) {
return main_thread->status == ThreadStatus::dormant;
});
return Success;
} else {
gui.imgui_state->do_clear_screen = false;
}

gui::init_app_background(gui, emuenv, emuenv.io.app_path);
Expand Down

0 comments on commit fea8044

Please sign in to comment.