mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +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);
|
||||
}
|
||||
|
||||
exitCfgu();
|
||||
cfguExit();
|
||||
ndspExit();
|
||||
csndExit();
|
||||
gfxExit();
|
||||
@ -244,7 +244,7 @@ static void frontend_ctr_init(void *data)
|
||||
ctr_check_dspfirm();
|
||||
if(ndspInit() != 0)
|
||||
*dsp_audio_driver = audio_null;
|
||||
initCfgu();
|
||||
cfguInit();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user