3DS: Fix build with ctrulib 1.7.0

This commit is contained in:
Vicki Pfau 2020-05-09 17:52:03 -07:00
parent f3e8c93d0f
commit f0997c6214
1 changed files with 2 additions and 2 deletions

View File

@ -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();