mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 10:20:51 +00:00
Fix mistake
This commit is contained in:
parent
474f5ab00a
commit
9df5b731f5
@ -2026,7 +2026,7 @@ bool retroarch_main_init(int argc, char *argv[])
|
||||
const char *fullpath = path_get(RARCH_PATH_CONTENT);
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
if (string_is_empty(fullpath))
|
||||
if (!string_is_empty(fullpath))
|
||||
{
|
||||
settings_t *settings = config_get_ptr();
|
||||
bool builtin_imageviewer = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user