mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-24 10:09:21 +01:00
fixup Settings Editor GUI path for SD Gecko in GameCube Slot A
This commit is contained in:
parent
f0ba2da8ca
commit
a9909b7a48
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user