Prevented that an empty SYSCONF file is saved if it's missing from the config dir.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1228 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson
2008-11-20 15:29:35 +00:00
parent 12a8174446
commit 748da8b464
2 changed files with 30 additions and 21 deletions

View File

@ -88,6 +88,8 @@ class CConfigMain
FILE* pStream;
u8 m_SYSCONF[0x4000];
bool m_bSysconfOK;
enum
{
BT_DINF = 0x0044,