mirror of
https://github.com/GreemDev/Ryujinx
synced 2025-01-23 03:02:25 +01:00
Show the PPTC profile in the console
This commit is contained in:
parent
6e2631dd7b
commit
7ddcbe30f3
1 changed files with 2 additions and 0 deletions
|
@ -128,6 +128,8 @@ namespace ARMeilleure.Translation.PTC
|
|||
DisplayVersion = !string.IsNullOrEmpty(displayVersion) ? displayVersion : DisplayVersionDefault;
|
||||
_memoryMode = memoryMode;
|
||||
|
||||
Logger.Info?.Print(LogClass.Ptc, $"Profiled Persistent Translation Cache Profile: {DisplayVersion}-{cacheSelector}");
|
||||
|
||||
string workPathActual = Path.Combine(AppDataManager.GamesDirPath, TitleIdText, "cache", "cpu", ActualDir);
|
||||
string workPathBackup = Path.Combine(AppDataManager.GamesDirPath, TitleIdText, "cache", "cpu", BackupDir);
|
||||
|
||||
|
|
Loading…
Reference in a new issue