(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;
|
||||
}
|
||||
|
||||
/* reset video format to libretro's default */
|
||||
video_driver_set_pixel_format(RETRO_PIXEL_FORMAT_0RGB1555);
|
||||
|
||||
pretro_set_environment(rarch_environment_cb);
|
||||
|
||||
/* auto-remap: apply remap files */
|
||||
|
|
Loading…
Reference in New Issue