mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-26 12:55:57 -05:00
pcfs -> hfio
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user