mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-06 10:16:26 -05:00
Add internal Logging support (#3)
* Add internal Logging support Add class Logging. Replace all Console.WriteLine() to looks better. Add informations inside Windows Titles. * Revert "Add internal Logging support" This reverts commit 275d363aaf30011f238010572cfdb320bd7b627f. * Add internal Logging support Add Logging Class. Replace all Console.WriteLine() to looks better. Add debug informations of IpcMessage. Add informations inside Windows Titles. * Add internal Logging support2 Add Logging Class. Replace all Console.WriteLine() to looks better. Add debug informations of IpcMessage. Add informations inside Windows Titles.
This commit is contained in:
@@ -563,7 +563,7 @@ namespace Ryujinx.OsHle.Services
|
||||
NvMap.Kind = Kind;
|
||||
}
|
||||
|
||||
Console.WriteLine($"NvMapIocAlloc at {NvMap.Address:x16}");
|
||||
Logging.Debug($"NvMapIocAlloc at {NvMap.Address:x16}");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user