This commit is contained in:
libretroadmin 2023-01-22 21:44:39 +01:00
parent e798f99fea
commit 61c986ddfa

View File

@ -2272,9 +2272,7 @@ bool task_push_load_contentless_core_from_menu(
content_information_ctx_t content_ctx = {0};
content_state_t *p_content = content_state_get_ptr();
bool ret = true;
#if defined(HAVE_DYNAMIC)
runloop_state_t *runloop_st = runloop_state_get_ptr();
#endif
settings_t *settings = config_get_ptr();
const char *path_dir_system = settings->paths.directory_system;
bool check_firmware_before_loading = settings->bools.check_firmware_before_loading;