mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Add log for RETRO_ENVIRONMENT_GET_SAVE_DIRECTORY
This commit is contained in:
parent
4567fdef52
commit
bbe4943795
@ -1052,6 +1052,8 @@ bool rarch_environment_cb(unsigned cmd, void *data)
|
||||
|
||||
case RETRO_ENVIRONMENT_GET_SAVE_DIRECTORY:
|
||||
*(const char**)data = path_get_current_savefile_dir();
|
||||
RARCH_LOG("Environ GET_SAVE_DIRECTORY: \"%s\".\n",
|
||||
path_get_current_savefile_dir());
|
||||
break;
|
||||
|
||||
case RETRO_ENVIRONMENT_GET_USERNAME:
|
||||
|
Loading…
x
Reference in New Issue
Block a user