mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 01:21:10 +00:00
(command_event.c) Fix noncompliant behavior on core initialization
This commit is contained in:
parent
67448cafaf
commit
4bc2941c99
@ -732,6 +732,9 @@ static bool event_init_core(void)
|
|||||||
global->overrides_active = false;
|
global->overrides_active = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* reset video format to libretro's default */
|
||||||
|
video_driver_set_pixel_format(RETRO_PIXEL_FORMAT_0RGB1555);
|
||||||
|
|
||||||
pretro_set_environment(rarch_environment_cb);
|
pretro_set_environment(rarch_environment_cb);
|
||||||
|
|
||||||
/* auto-remap: apply remap files */
|
/* auto-remap: apply remap files */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user