From 9b80ebf645fe4282a871b47f354f67211f813a19 Mon Sep 17 00:00:00 2001 From: rarified Date: Thu, 29 Jul 2021 19:19:01 -0600 Subject: [PATCH] Remove PDB and MAP symbol files from list of files to delete upon startup. --- Sources/Plasma/Apps/plUruLauncher/Main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/Plasma/Apps/plUruLauncher/Main.cpp b/Sources/Plasma/Apps/plUruLauncher/Main.cpp index 9411e2e9..03cb0ab1 100644 --- a/Sources/Plasma/Apps/plUruLauncher/Main.cpp +++ b/Sources/Plasma/Apps/plUruLauncher/Main.cpp @@ -172,8 +172,8 @@ static CEvent s_statusEvent(kEventManualReset); static const wchar * s_deleteFiles[] = { L"NetDiag.exe", - L"UruExplorer.pdb", - L"UruExplorer.map", + // L"UruExplorer.pdb", // removed for OpenUru Builds + // L"UruExplorer.map", }; #else