mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 16:31:42 +00:00
parent
aa1cd849cf
commit
824d4b74d0
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…
Reference in a new issue