mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-03 10:02:14 +02:00
fs: int -> s32 in FatFatError
This commit is contained in:
parent
cad16f58bf
commit
1c63561283
@ -350,9 +350,9 @@ typedef struct {
|
|||||||
|
|
||||||
/// FatFatError
|
/// FatFatError
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int error;
|
s32 error;
|
||||||
int extra_error;
|
s32 extra_error;
|
||||||
int drive_id;
|
s32 drive_id;
|
||||||
char name[16];
|
char name[16];
|
||||||
u8 reserved[4];
|
u8 reserved[4];
|
||||||
} FatFatError;
|
} FatFatError;
|
||||||
|
Loading…
Reference in New Issue
Block a user