mirror of https://github.com/inolen/redream.git
use system/dc/, not system/ for ra appdir
This commit is contained in:
parent
083db97f9c
commit
5feae48f5f
|
@ -202,7 +202,7 @@ void retro_init() {
|
|||
if (env_cb(RETRO_ENVIRONMENT_GET_SYSTEM_DIRECTORY, &sysdir)) {
|
||||
char appdir[PATH_MAX];
|
||||
snprintf(appdir, sizeof(appdir), "%s" PATH_SEPARATOR "dc", sysdir);
|
||||
fs_set_appdir(sysdir);
|
||||
fs_set_appdir(appdir);
|
||||
}
|
||||
|
||||
/* load base options from config */
|
||||
|
|
Loading…
Reference in New Issue