mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +00:00
adjust diskpath to be like other ports
This commit is contained in:
parent
e0ea9bedce
commit
7cfded0ea6
@ -7,6 +7,6 @@ void VITA_SetupDefaultConfigOverrides(dictionary* p_dictionary)
|
||||
{
|
||||
SDL_Log("Overriding default config for VITA");
|
||||
|
||||
iniparser_set(p_dictionary, "isle:diskpath", "ux0:data/isledecompile/isle/disk");
|
||||
iniparser_set(p_dictionary, "isle:cdpath", "ux0:data/isledecompile/isle/cd");
|
||||
iniparser_set(p_dictionary, "isle:diskpath", "ux0:data/isledecompile/DATA/disk");
|
||||
iniparser_set(p_dictionary, "isle:cdpath", "ux0:data/isledecompile/");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user