mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
Fix warning on OSX
This commit is contained in:
parent
3eb71faf64
commit
b8212ec196
@ -534,7 +534,7 @@ void uninit_libretro_sym(struct retro_core_t *current_core)
|
||||
lib_handle = NULL;
|
||||
#endif
|
||||
|
||||
memset(¤t_core, 0, sizeof(struct retro_core_t));
|
||||
memset(current_core, 0, sizeof(struct retro_core_t));
|
||||
|
||||
runloop_ctl(RUNLOOP_CTL_SYSTEM_INFO_FREE, NULL);
|
||||
camera_driver_ctl(RARCH_CAMERA_CTL_UNSET_ACTIVE, NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user