aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2018-04-10 20:58:32 -0300
committergdkchan <gab.dark.100@gmail.com>2018-04-10 20:58:32 -0300
commitcb29b4303cb0e0cbd6541943e63392ebe7b83554 (patch)
tree86582221ebb9fcee4dee06ce837885e105fdcf15 /Ryujinx.Core
parent7b2f471d4ff07bc811bbd84919c6708ab0f399f4 (diff)
[CPU] Fix CNT instruction
Diffstat (limited to 'Ryujinx.Core')
-rw-r--r--Ryujinx.Core/OsHle/Services/Nv/INvDrvServices.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Ryujinx.Core/OsHle/Services/Nv/INvDrvServices.cs b/Ryujinx.Core/OsHle/Services/Nv/INvDrvServices.cs
index 800926df..e41f03a4 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/INvDrvServices.cs
+++ b/Ryujinx.Core/OsHle/Services/Nv/INvDrvServices.cs
@@ -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