pcfs -> hfio

This commit is contained in:
Cynthia 2026-01-24 20:58:16 +00:00
parent 85b5cee1c7
commit 4bf8b238ad

View File

@ -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