mirror of https://github.com/mgba-emu/mgba.git
3DS: Fix build with ctrulib 1.7.0
This commit is contained in:
parent
f3e8c93d0f
commit
f0997c6214
|
@ -19,10 +19,10 @@
|
|||
* This notice may not be removed or altered from any source distribution.
|
||||
*/
|
||||
|
||||
#include <3ds/archive.h>
|
||||
#include <3ds/types.h>
|
||||
#include <3ds/srv.h>
|
||||
#include <3ds/gfx.h>
|
||||
#include <3ds/sdmc.h>
|
||||
#include <3ds/services/apt.h>
|
||||
#include <3ds/services/fs.h>
|
||||
#include <3ds/services/hid.h>
|
||||
|
@ -85,7 +85,7 @@ void __appInit(void) {
|
|||
hidInit();
|
||||
|
||||
fsInit();
|
||||
sdmcInit();
|
||||
archiveMountSdmc();
|
||||
|
||||
FSUSER_OpenArchive(&sdmcArchive, ARCHIVE_SDMC, fsMakePath(PATH_EMPTY, ""));
|
||||
allocateRomBuffer();
|
||||
|
|
Loading…
Reference in New Issue