GameSettings: Add trait for sw-renderer-for-readbacks

This commit is contained in:
Connor McLaughlin
2021-05-19 14:22:19 +10:00
parent 5d877250e9
commit a6d76e787f
3 changed files with 9 additions and 1 deletions

View File

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