m64p: Removed the need for the rice ini file
This commit is contained in:
parent
807df908f3
commit
dbd25f17d4
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue