mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 18:42:15 +02:00
Fix alignment
This commit is contained in:
parent
a166129471
commit
7d9c03f486
@ -193,9 +193,9 @@ Result fsDeleteSaveDataFileSystemBySaveDataSpaceId(FsSaveDataSpaceId saveDataSpa
|
||||
struct {
|
||||
u64 magic;
|
||||
u64 cmd_id;
|
||||
FsSaveDataSpaceId saveDataSpaceId;
|
||||
u8 saveDataSpaceId;
|
||||
u64 saveID;
|
||||
} PACKED *raw;
|
||||
} *raw;
|
||||
|
||||
raw = serviceIpcPrepareHeader(&g_fsSrv, &c, sizeof(*raw));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user