m64p: Removed the need for the rice ini file

This commit is contained in:
pjgat09 2013-05-02 01:48:45 +00:00
parent 807df908f3
commit dbd25f17d4
3 changed files with 3 additions and 1553 deletions

File diff suppressed because it is too large Load Diff

View File

@ -499,13 +499,15 @@ BOOL LoadConfiguration(void)
{ {
IniSections.clear(); IniSections.clear();
bIniIsChanged = false; bIniIsChanged = false;
strcpy(szIniFileName, INI_FILE); /*
strcpy(szIniFileName, INI_FILE);
if (!ReadIniFile()) if (!ReadIniFile())
{ {
DebugMessage(M64MSG_ERROR, "Unable to read ini file from disk"); DebugMessage(M64MSG_ERROR, "Unable to read ini file from disk");
return FALSE; return FALSE;
} }
*/
if (l_ConfigVideoGeneral == NULL || l_ConfigVideoRice == NULL) if (l_ConfigVideoGeneral == NULL || l_ConfigVideoRice == NULL)
{ {