diff --git a/nx/include/switch/kernel/svc.h b/nx/include/switch/kernel/svc.h index 7dac82b0..51fcaeaa 100644 --- a/nx/include/switch/kernel/svc.h +++ b/nx/include/switch/kernel/svc.h @@ -593,7 +593,7 @@ void NORETURN svcReturnFromException(Result res); * @remark The full list of property IDs can be found on the switchbrew.org wiki. * @note Syscall number 0x29. */ -Result svcGetInfo(u64* out, u64 id0, Handle handle, u64 id1); +Result svcGetInfo(u64* out, u32 id0, Handle handle, u64 id1); ///@}