diff --git a/nx/include/switch/services/fs.h b/nx/include/switch/services/fs.h index babaa4f2..8ded6d69 100644 --- a/nx/include/switch/services/fs.h +++ b/nx/include/switch/services/fs.h @@ -350,9 +350,9 @@ typedef struct { /// FatFatError typedef struct { - int error; - int extra_error; - int drive_id; + s32 error; + s32 extra_error; + s32 drive_id; char name[16]; u8 reserved[4]; } FatFatError;