Fix warning

This commit is contained in:
Scott Mansell
2023-01-29 14:54:41 +13:00
parent b007b8e104
commit 89d9ec0a84
2 changed files with 3 additions and 3 deletions

View File

@ -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;