From 7ddcbe30f306e6eb2ae5b1c2ba85adce9fa89daf Mon Sep 17 00:00:00 2001 From: LotP1 Date: Sun, 17 Nov 2024 21:05:08 +0100 Subject: [PATCH] Show the PPTC profile in the console --- src/ARMeilleure/Translation/PTC/Ptc.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ARMeilleure/Translation/PTC/Ptc.cs b/src/ARMeilleure/Translation/PTC/Ptc.cs index 3a7c1e506..13b002bd0 100644 --- a/src/ARMeilleure/Translation/PTC/Ptc.cs +++ b/src/ARMeilleure/Translation/PTC/Ptc.cs @@ -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);