mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-03 15:05:20 +03:00
PR #1758 introduced a bug where the game list would be entirely loaded every time the app was opened. This commit addresses that issue, which was caused by the `version` member of the cached game list being serialized to file (although incorrectly) but never actually read back when deserializing.