GameSettings: Add downsampling mode

This commit is contained in:
Connor McLaughlin
2020-12-30 17:53:51 +10:00
parent 3cb2cd8235
commit 78282d1508
5 changed files with 44 additions and 3 deletions

View File

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