mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-18 22:35:39 +00:00
CommonHostInterface: Move settings filename to start of class
This commit is contained in:
parent
9056db0a0f
commit
c3b0a87029
|
@ -336,6 +336,8 @@ protected:
|
|||
void DoFrameStep();
|
||||
void DoToggleCheats();
|
||||
|
||||
std::string m_settings_filename;
|
||||
|
||||
std::unique_ptr<GameList> m_game_list;
|
||||
|
||||
std::unique_ptr<ControllerInterface> m_controller_interface;
|
||||
|
@ -345,8 +347,6 @@ protected:
|
|||
std::deque<OSDMessage> m_osd_messages;
|
||||
std::mutex m_osd_messages_lock;
|
||||
|
||||
std::string m_settings_filename;
|
||||
|
||||
bool m_frame_step_request = false;
|
||||
bool m_fast_forward_enabled = false;
|
||||
bool m_timer_resolution_increased = false;
|
||||
|
|
Loading…
Reference in a new issue