GameSettings: Add custom aspect ratios

This commit is contained in:
Connor McLaughlin
2021-04-30 02:48:48 +10:00
parent 17a4712a3e
commit 864e7f0c91
8 changed files with 136 additions and 3 deletions

View File

@@ -129,7 +129,7 @@ private:
enum : u32
{
GAME_LIST_CACHE_SIGNATURE = 0x45434C47,
GAME_LIST_CACHE_VERSION = 27
GAME_LIST_CACHE_VERSION = 28
};
using CacheMap = std::unordered_map<std::string, GameListEntry>;