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());