mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-14 05:25:51 -05:00
properly label PCFS mount type
now that we've got an open-source way of booting a cat-dev, and using PCFS, we can confirm that this second mount source is indeed PCFS.
This commit is contained in:
parent
e3ac119037
commit
e4f29cb88e
|
|
@ -193,7 +193,7 @@ typedef enum FSMediaState
|
|||
typedef enum FSMountSourceType
|
||||
{
|
||||
FS_MOUNT_SOURCE_SD = 0,
|
||||
FS_MOUNT_SOURCE_UNK = 1,
|
||||
FS_MOUNT_SOURCE_PCFS = 1,
|
||||
} FSMountSourceType;
|
||||
|
||||
typedef enum FSOpenFileFlags
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user