mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-03 01:52:14 +02:00
fs: int -> s32 in FatFatError
This commit is contained in:
parent
cad16f58bf
commit
1c63561283
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user