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