Add log for RETRO_ENVIRONMENT_GET_SAVE_DIRECTORY

This commit is contained in:
twinaphex 2016-10-01 06:41:46 +02:00
parent 4567fdef52
commit bbe4943795

View File

@ -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: