mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-17 19:42:08 -07:00
Prepo: Fix SaveSystemReport* IPC definitions (#4278)
* Prepo: Fix SaveSystemReport IPC definitions * Follow original code * Fix args index in HipcGenerator * Addresses feedback * oops
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Ryujinx.Horizon.Sdk.Sm
|
||||
{
|
||||
public static ServiceName Invalid { get; } = new ServiceName(0);
|
||||
|
||||
public bool IsInvalid => Packed == 0;
|
||||
public bool IsValid => Packed != 0;
|
||||
|
||||
public int Length => sizeof(ulong);
|
||||
|
||||
|
Reference in New Issue
Block a user