GameSettings: Add force 4:3 for 24-bit

This commit is contained in:
Connor McLaughlin
2020-09-26 15:21:17 +10:00
parent d73271ec0a
commit f26e75fa37
5 changed files with 23 additions and 1 deletions

View File

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