mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 01:59:52 -06:00
GUI: Fixed saving of m_InterfaceLogWindow and m_InterfaceConsole, one crashfix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4140 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -91,7 +91,10 @@ struct SConfig
|
||||
|
||||
/* Return the permanent and somewhat globally used instance of this struct
|
||||
there is also a Core::GetStartupParameter() instance of it with almost
|
||||
the same values */
|
||||
the same values
|
||||
|
||||
Is this still true or do we only have one now?
|
||||
*/
|
||||
static SConfig& GetInstance() {return(m_Instance);}
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user