From 4bf8b238ad67a9af49de6cfcfa28fb96de01df76 Mon Sep 17 00:00:00 2001 From: Cynthia Date: Sat, 24 Jan 2026 20:58:16 +0000 Subject: [PATCH] pcfs -> hfio --- include/coreinit/filesystem.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/coreinit/filesystem.h b/include/coreinit/filesystem.h index 101363c3..97ca00ff 100644 --- a/include/coreinit/filesystem.h +++ b/include/coreinit/filesystem.h @@ -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