(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…
Reference in New Issue