Save frame skipping option, and allow loading it from game ini too.

This commit is contained in:
Rachel Bryk
2014-02-18 12:12:49 -05:00
parent a18e8249a4
commit b1f77d0191
4 changed files with 20 additions and 2 deletions

View File

@ -75,6 +75,7 @@ struct SConfig : NonCopyable
bool m_PauseMovie;
bool m_ShowLag;
std::string m_strMovieAuthor;
unsigned int m_FrameSkip;
// DSP settings
bool m_EnableJIT;