Fix hid touch screen timestamp, add more log info
This commit is contained in:
@@ -532,6 +532,8 @@ namespace Ryujinx.Core.OsHle.IpcServices.NvServices
|
||||
|
||||
Context.Memory.WriteInt32(Position + 4, Handle);
|
||||
|
||||
Logging.Info($"NvMap {Id} created with size {Size:x8}!");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -580,7 +582,7 @@ namespace Ryujinx.Core.OsHle.IpcServices.NvServices
|
||||
NvMap.Kind = Kind;
|
||||
}
|
||||
|
||||
Logging.Debug($"NvMapIocAlloc at {NvMap.Address:x16}");
|
||||
Logging.Debug($"{NvMap.Address:x16}");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user