(3DS) osSetSpeedupEnable should always be called.

This commit is contained in:
aliaspider 2016-04-18 19:26:18 +01:00
parent 9d0047798d
commit 7f63016ccb

View File

@ -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)