mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 17:37:11 +02:00
parent
270108f9e1
commit
320c8c8879
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ namespace Ryujinx.HLE.Utilities
|
|||
|
||||
public void Write(BinaryWriter BinaryWriter)
|
||||
{
|
||||
BinaryWriter.Write(High);
|
||||
BinaryWriter.Write(Low);
|
||||
BinaryWriter.Write(High);
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
|
@ -58,4 +58,4 @@ namespace Ryujinx.HLE.Utilities
|
|||
return (Low | High) == 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue