mirror of
https://github.com/libretro/RetroArch
synced 2025-04-24 15:02:35 +00:00
This reverts commit c3a5a25d435e660fd61cec351e9602b30dcdc305.
This commit is contained in:
parent
2809a1f28f
commit
152867d14f
@ -3881,6 +3881,10 @@ void runloop_event_deinit_core(void)
|
|||||||
else
|
else
|
||||||
input_remapping_restore_global_config(true);
|
input_remapping_restore_global_config(true);
|
||||||
|
|
||||||
|
RARCH_LOG("[Core]: Unloading core symbols..\n");
|
||||||
|
uninit_libretro_symbols(&runloop_st->current_core);
|
||||||
|
runloop_st->current_core.flags &= ~RETRO_CORE_FLAG_SYMBOLS_INITED;
|
||||||
|
|
||||||
/* Restore original refresh rate, if it has been changed
|
/* Restore original refresh rate, if it has been changed
|
||||||
* automatically in SET_SYSTEM_AV_INFO */
|
* automatically in SET_SYSTEM_AV_INFO */
|
||||||
if (video_st->video_refresh_rate_original)
|
if (video_st->video_refresh_rate_original)
|
||||||
@ -3902,10 +3906,6 @@ void runloop_event_deinit_core(void)
|
|||||||
#if defined(HAVE_CG) || defined(HAVE_GLSL) || defined(HAVE_SLANG) || defined(HAVE_HLSL)
|
#if defined(HAVE_CG) || defined(HAVE_GLSL) || defined(HAVE_SLANG) || defined(HAVE_HLSL)
|
||||||
runloop_st->runtime_shader_preset_path[0] = '\0';
|
runloop_st->runtime_shader_preset_path[0] = '\0';
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
RARCH_LOG("[Core]: Unloading core symbols..\n");
|
|
||||||
uninit_libretro_symbols(&runloop_st->current_core);
|
|
||||||
runloop_st->current_core.flags &= ~RETRO_CORE_FLAG_SYMBOLS_INITED;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool runloop_path_init_subsystem(runloop_state_t *runloop_st)
|
static bool runloop_path_init_subsystem(runloop_state_t *runloop_st)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user