Win64: show actual world names in save list, sort newest-first, preserve level name on load/resave

This commit is contained in:
dtentiion
2026-03-02 21:13:11 +00:00
parent 5b5b9f6072
commit 63e590d783
8 changed files with 183 additions and 8 deletions

View File

@@ -62,6 +62,7 @@ private:
bool m_bIsCorrupt;
bool m_bThumbnailGetFailed;
__int64 m_seed;
wstring m_levelName;
#ifdef __PS3__
std::vector<SonyCommerce::ProductInfo>*m_pvProductInfo;