Fix mistake

This commit is contained in:
twinaphex 2019-05-31 09:06:48 +02:00
parent 474f5ab00a
commit 9df5b731f5

View File

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