CommonHostInterface: Move settings filename to start of class

This commit is contained in:
Connor McLaughlin 2021-01-05 00:56:14 +10:00
parent 9056db0a0f
commit c3b0a87029

View file

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