mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Core: Fix unused variable warning.
This commit is contained in:
parent
7d94f3777e
commit
e094f5673a
1 changed files with 0 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue