mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-30 06:47:55 +03:00
5d6eaee301
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.