mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Fix accidentally missing undo button on the savestate popup
This commit is contained in:
+1
-1
@@ -114,7 +114,7 @@ protected:
|
||||
if (undoEnabled || hasUndo) {
|
||||
// Show the undo button if state undo is enabled in settings, OR one is available. We can load it
|
||||
// even if making new undo states is not enabled.
|
||||
Choice *undoButton = new Choice(pa->T("Undo last save"));
|
||||
undoButton = new Choice(pa->T("Undo last save"));
|
||||
undoButton->SetEnabled(hasUndo);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user