mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 19:02:14 +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;
|
||||
ipcInitialize(&c);
|
||||
|
||||
struct PACKED {
|
||||
struct {
|
||||
u64 magic;
|
||||
u64 cmd_id;
|
||||
u32 config_item;
|
||||
|
Loading…
Reference in New Issue
Block a user