fixup Settings Editor GUI path for SD Gecko in GameCube Slot A

This commit is contained in:
Christopher Roy Bratusek 2016-08-14 19:35:31 +02:00
parent f0ba2da8ca
commit a9909b7a48

View File

@ -43,7 +43,7 @@ bool check_segui()
segui_loc = "dvd1:/apps/SettingsEditorGUI/boot.dol";
return true;
}
else if(opendir(check_path("gca:/apps/Settings Editor GUI/").c_str()) != NULL)
else if(opendir(check_path("gca:/apps/SettingsEditorGUI/").c_str()) != NULL)
{
segui_loc = "gca:/apps/SettingsEditorGUI/boot.dol";
return true;