summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/emu_window/emu_window_sdl2.h
diff options
context:
space:
mode:
authorjroweboy <jroweboy@gmail.com>2019-09-22 15:40:57 +0200
committerFearlessTobi <thm.frey@gmail.com>2019-09-22 15:49:39 +0200
commit64dbc92b614bfa388d31007788bf725c4e4b59e3 (patch)
tree45a929441460b900174e33b13f1997e8986d3507 /src/yuzu_cmd/emu_window/emu_window_sdl2.h
parentMerge pull request #2867 from ReinUsesLisp/configure-framebuffers-clean (diff)
downloadyuzu-64dbc92b614bfa388d31007788bf725c4e4b59e3.tar
yuzu-64dbc92b614bfa388d31007788bf725c4e4b59e3.tar.gz
yuzu-64dbc92b614bfa388d31007788bf725c4e4b59e3.tar.bz2
yuzu-64dbc92b614bfa388d31007788bf725c4e4b59e3.tar.lz
yuzu-64dbc92b614bfa388d31007788bf725c4e4b59e3.tar.xz
yuzu-64dbc92b614bfa388d31007788bf725c4e4b59e3.tar.zst
yuzu-64dbc92b614bfa388d31007788bf725c4e4b59e3.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu_cmd/emu_window/emu_window_sdl2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yuzu_cmd/emu_window/emu_window_sdl2.h b/src/yuzu_cmd/emu_window/emu_window_sdl2.h
index d8051ebdf..eaa971f77 100644
--- a/src/yuzu_cmd/emu_window/emu_window_sdl2.h
+++ b/src/yuzu_cmd/emu_window/emu_window_sdl2.h
@@ -60,4 +60,7 @@ protected:
/// Internal SDL2 render window
SDL_Window* render_window;
+
+ /// Keeps track of how often to update the title bar during gameplay
+ u32 last_time = 0;
};