GameSettings: Make DMA/GPU tweak settings overridable

This commit is contained in:
Connor McLaughlin
2020-10-29 23:59:48 +10:00
parent be63d893cd
commit 7210b0826a
6 changed files with 157 additions and 6 deletions

View File

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