mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 00:39:53 +00:00
(3DS) osSetSpeedupEnable should always be called.
This commit is contained in:
parent
9d0047798d
commit
7f63016ccb
@ -220,8 +220,8 @@ static void frontend_ctr_init(void *data)
|
||||
{
|
||||
osSetSpeedupEnable(false);
|
||||
svchax_init(__ctr_patch_services);
|
||||
osSetSpeedupEnable(true);
|
||||
}
|
||||
osSetSpeedupEnable(true);
|
||||
|
||||
audio_driver_t* dsp_audio_driver = &audio_ctr_dsp;
|
||||
if(csndInit() != 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user