From e094f5673a4f171927afe6eb41eba0326c4511c7 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Fri, 22 Oct 2021 09:09:06 -0700 Subject: [PATCH] Core: Fix unused variable warning. --- Core/PSPLoaders.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Core/PSPLoaders.cpp b/Core/PSPLoaders.cpp index 97a342342c..0b14eeb843 100644 --- a/Core/PSPLoaders.cpp +++ b/Core/PSPLoaders.cpp @@ -187,7 +187,6 @@ void InitMemoryForGamePBP(FileLoader *fileLoader) { UseLargeMem(paramSFO.GetValueInt("MEMSIZE")); // Take this moment to bring over the title, if set. - bool updateTitle = false; std::string title = paramSFO.GetValueString("TITLE"); if (g_paramSFO.GetValueString("TITLE").empty() && !title.empty()) { g_paramSFO.SetValue("TITLE", title, (int)title.size());