mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-02 23:27:11 +02:00
[CPU] Fix CNT instruction
This commit is contained in:
parent
7b2f471d4f
commit
cb29b4303c
2 changed files with 5 additions and 7 deletions
|
@ -316,8 +316,6 @@ namespace Ryujinx.Core.OsHle.Services.Nv
|
|||
int Padding = Reader.ReadInt32();
|
||||
int Offset = Reader.ReadInt32();
|
||||
int Pages = Reader.ReadInt32();
|
||||
|
||||
System.Console.WriteLine("remap " + Offset.ToString("x8") + " " + Pages.ToString("x8"));
|
||||
}
|
||||
|
||||
//TODO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue