mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Merge pull request #2375 from thedax/3ds-build-fix
3DS: Fix compilation for great-refactor.
This commit is contained in:
commit
9bb564e7cc
@ -151,7 +151,7 @@ static void frontend_ctr_deinit(void *data)
|
|||||||
svcCloseHandle(lcd_handle);
|
svcCloseHandle(lcd_handle);
|
||||||
}
|
}
|
||||||
|
|
||||||
exitCfgu();
|
cfguExit();
|
||||||
ndspExit();
|
ndspExit();
|
||||||
csndExit();
|
csndExit();
|
||||||
gfxExit();
|
gfxExit();
|
||||||
@ -244,7 +244,7 @@ static void frontend_ctr_init(void *data)
|
|||||||
ctr_check_dspfirm();
|
ctr_check_dspfirm();
|
||||||
if(ndspInit() != 0)
|
if(ndspInit() != 0)
|
||||||
*dsp_audio_driver = audio_null;
|
*dsp_audio_driver = audio_null;
|
||||||
initCfgu();
|
cfguInit();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user