mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-15 01:26:34 +00:00
fusee: fixup common for primary
This commit is contained in:
parent
eb1b624219
commit
1107d4858c
3 changed files with 445 additions and 445 deletions
|
@ -14,7 +14,7 @@
|
||||||
#include "ffconf.h"
|
#include "ffconf.h"
|
||||||
|
|
||||||
#if defined(FUSEE_STAGE1_SRC)
|
#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)
|
#elif defined(FUSEE_STAGE2_SRC)
|
||||||
#include "../../../fusee/fusee-secondary/src/device_partition.h"
|
#include "../../../fusee/fusee-secondary/src/device_partition.h"
|
||||||
#elif defined(SEPT_STAGE2_SRC)
|
#elif defined(SEPT_STAGE2_SRC)
|
||||||
|
@ -63,7 +63,7 @@ DSTATUS disk_initialize (
|
||||||
return STA_NODISK;
|
return STA_NODISK;
|
||||||
else if (devpart->initializer)
|
else if (devpart->initializer)
|
||||||
return devpart->initializer(devpart) ? STA_NOINIT : RES_OK;
|
return devpart->initializer(devpart) ? STA_NOINIT : RES_OK;
|
||||||
else
|
else
|
||||||
return RES_OK;
|
return RES_OK;
|
||||||
#else
|
#else
|
||||||
return RES_OK;
|
return RES_OK;
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue