(3ds) fix service calls enabling hack for new 3DS.

This commit is contained in:
aliaspider 2015-11-05 06:11:39 +01:00
parent 12bd612337
commit 9d17abf131

View File

@ -225,13 +225,14 @@ static void frontend_ctr_init(void *data)
#if 0
APT_SetAppCpuTimeLimit(NULL, 80);
#endif
osSetSpeedupEnable(true);
gfxInit(GSP_BGR8_OES,GSP_RGB565_OES,false);
gfxSet3D(false);
consoleInit(GFX_BOTTOM, NULL);
/* enable access to all service calls when possible. */
osSetSpeedupEnable(false);
svchax_init();
osSetSpeedupEnable(true);
audio_driver_t* dsp_audio_driver = &audio_ctr_dsp;
if(csndInit() != 0)