diff options
Diffstat (limited to 'src/yuzu_cmd/emu_window/emu_window_sdl2.h')
| -rw-r--r-- | src/yuzu_cmd/emu_window/emu_window_sdl2.h | 3 |
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 a93141240..51a12a6a9 100644 --- a/src/yuzu_cmd/emu_window/emu_window_sdl2.h +++ b/src/yuzu_cmd/emu_window/emu_window_sdl2.h | |||
| @@ -32,6 +32,9 @@ public: | |||
| 32 | /// Wait for the next event on the main thread. | 32 | /// Wait for the next event on the main thread. |
| 33 | void WaitEvent(); | 33 | void WaitEvent(); |
| 34 | 34 | ||
| 35 | // Sets the window icon from yuzu.bmp | ||
| 36 | void SetWindowIcon(); | ||
| 37 | |||
| 35 | protected: | 38 | protected: |
| 36 | /// Called by WaitEvent when a key is pressed or released. | 39 | /// Called by WaitEvent when a key is pressed or released. |
| 37 | void OnKeyEvent(int key, u8 state); | 40 | void OnKeyEvent(int key, u8 state); |