improved performance for prev saves view

This commit is contained in:
minjaesong
2023-09-17 21:25:16 +09:00
parent edde82a9ce
commit 232bc4bfbe
3 changed files with 88 additions and 58 deletions

View File

@@ -123,6 +123,7 @@ class UILoadSavegame(val remoCon: UIRemoCon) : Advanceable() {
if (button.javaClass.simpleName == "UIItemPlayerCells") {
transitionalListing.advanceMode()
playerButtonSelected = button as UIItemPlayerCells
transitionalManage.loadSavegameInfo()
}
}