Settings: Add 20:9 display aspect ratio

This commit is contained in:
Connor McLaughlin
2021-01-14 00:45:46 +10:00
parent d44de3a9dc
commit ffa3744b3b
8 changed files with 21 additions and 7 deletions

View File

@ -108,7 +108,7 @@ private:
enum : u32
{
GAME_LIST_CACHE_SIGNATURE = 0x45434C47,
GAME_LIST_CACHE_VERSION = 20
GAME_LIST_CACHE_VERSION = 21
};
using DatabaseMap = std::unordered_map<std::string, GameListDatabaseEntry>;