mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-06 01:41:15 -05:00
pcfs -> hfio
This commit is contained in:
parent
85b5cee1c7
commit
4bf8b238ad
|
|
@ -193,7 +193,8 @@ typedef enum FSMediaState
|
|||
typedef enum FSMountSourceType
|
||||
{
|
||||
FS_MOUNT_SOURCE_SD = 0,
|
||||
FS_MOUNT_SOURCE_PCFS = 1,
|
||||
//! Devkit only API currently. Uses the PCFS channel to perform I/O operations on the attached host machine.
|
||||
FS_MOUNT_SOURCE_HFIO = 1,
|
||||
} FSMountSourceType;
|
||||
|
||||
typedef enum FSOpenFileFlags
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user