mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
Fix struct definition for splSetConfig
This commit is contained in:
parent
b7b64858a6
commit
2a831c6196
@ -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