mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 02:09:06 +00:00
Fix warning
This commit is contained in:
parent
b007b8e104
commit
89d9ec0a84
2 changed files with 3 additions and 3 deletions
|
@ -217,7 +217,7 @@ private:
|
|||
bool m_exit_requested = false;
|
||||
bool m_fullscreen_requested = false;
|
||||
bool m_is_screensaver_inhibited = false;
|
||||
int m_state_slot = 1;
|
||||
u32 m_state_slot = 1;
|
||||
std::unique_ptr<BootParameters> m_pending_boot;
|
||||
|
||||
ControllersWindow* m_controllers_window = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue