mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 04:22:50 +02:00
bpc: fix GetSleepButtonState/GetPowerButton
This commit is contained in:
parent
c4c9a6af3c
commit
4167554ee7
@ -24,7 +24,7 @@ static Result _bpcCmdNoIO(Service *srv, u32 cmd_id) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static Result _bpcCmdOutU8(Service* srv, u32 cmd_id, u8* out) {
|
static Result _bpcCmdOutU8(Service* srv, u32 cmd_id, u8* out) {
|
||||||
return serviceDispatchOut(&g_bpcSrv, cmd_id, out);
|
return serviceDispatchOut(&g_bpcSrv, cmd_id, *out);
|
||||||
}
|
}
|
||||||
|
|
||||||
Result bpcShutdownSystem(void) {
|
Result bpcShutdownSystem(void) {
|
||||||
|
Loading…
Reference in New Issue
Block a user