deferred savegame collection for faster startup

This commit is contained in:
minjaesong
2023-09-21 16:22:29 +09:00
parent 8508956ad6
commit e2a71467db
4 changed files with 25 additions and 8 deletions

View File

@@ -523,6 +523,7 @@ class UIItemPlayerCells(
val loadable = App.savegamePlayers[playerUUID]!!.loadable()
printdbg(this, "UUID: ${playerUUID}")
printdbg(this, "File: ${loadable.diskFile.absolutePath}")
loadable.rebuild()
loadable.getFile(SAVEGAMEINFO)?.bytes?.let {
var lastPlayTime0 = 0L