mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
(3ds) fix service calls enabling hack for new 3DS.
This commit is contained in:
parent
12bd612337
commit
9d17abf131
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user