mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-27 13:16:14 +00:00
Prevent 'Explicit null dereferenced' warning
This commit is contained in:
parent
c6a1bcfcbe
commit
f41de35da1
@ -650,8 +650,10 @@ bool runloop_ctl(enum runloop_ctl_state state, void *data)
|
|||||||
}
|
}
|
||||||
|
|
||||||
runloop_ctl(RUNLOOP_CTL_UNSET_GAME_OPTIONS_ACTIVE, NULL);
|
runloop_ctl(RUNLOOP_CTL_UNSET_GAME_OPTIONS_ACTIVE, NULL);
|
||||||
runloop_core_options =
|
|
||||||
core_option_manager_new(options_path, vars);
|
if (!string_is_empty(options_path))
|
||||||
|
runloop_core_options =
|
||||||
|
core_option_manager_new(options_path, vars);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user