mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-06 03:12:15 +02:00
Fix struct definition for splSetConfig
This commit is contained in:
parent
b2bee550ff
commit
839e6cdaf1
@ -245,7 +245,7 @@ Result splSetConfig(SplConfigItem config_item, u64 value) {
|
|||||||
IpcCommand c;
|
IpcCommand c;
|
||||||
ipcInitialize(&c);
|
ipcInitialize(&c);
|
||||||
|
|
||||||
struct PACKED {
|
struct {
|
||||||
u64 magic;
|
u64 magic;
|
||||||
u64 cmd_id;
|
u64 cmd_id;
|
||||||
u32 config_item;
|
u32 config_item;
|
||||||
|
Loading…
Reference in New Issue
Block a user