1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00

Fix 'Content dir-specific overrides' log message (#12070)

This commit is contained in:
jdgleaver 2021-02-23 17:58:07 +00:00 committed by GitHub
parent 6bba672d60
commit d12197c00c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3579,7 +3579,7 @@ bool config_load_override(void *data)
temp_path[0] = '\0';
RARCH_LOG("[Overrides]: Content dir-specific overrides found at \"%s\".\n",
game_path);
content_path);
if (should_append)
{