mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
ConfigManager: Remove m_FrameSkip
This setting was removed some time ago but was apparently still being read and written by ConfigManager.
This commit is contained in:
@ -277,7 +277,6 @@ struct SConfig
|
||||
bool m_ShowFrameCount;
|
||||
bool m_ShowRTC;
|
||||
std::string m_strMovieAuthor;
|
||||
unsigned int m_FrameSkip;
|
||||
bool m_DumpFrames;
|
||||
bool m_DumpFramesSilent;
|
||||
bool m_ShowInputDisplay;
|
||||
|
Reference in New Issue
Block a user