1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-19 21:43:29 +01:00

fusee: fixup common for primary

This commit is contained in:
Michael Scire 2020-11-29 17:30:35 -08:00 committed by SciresM
parent f600dff961
commit e391f593de
3 changed files with 445 additions and 445 deletions

View file

@ -14,7 +14,7 @@
#include "ffconf.h"
#if defined(FUSEE_STAGE1_SRC)
#include "../../../fusee/fusee-primary/src/fs_utils.h"
#include "../../../fusee/fusee-primary/fusee-primary-main/src/fs_utils.h"
#elif defined(FUSEE_STAGE2_SRC)
#include "../../../fusee/fusee-secondary/src/device_partition.h"
#elif defined(SEPT_STAGE2_SRC)
@ -63,7 +63,7 @@ DSTATUS disk_initialize (
return STA_NODISK;
else if (devpart->initializer)
return devpart->initializer(devpart) ? STA_NOINIT : RES_OK;
else
else
return RES_OK;
#else
return RES_OK;

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff