GameSettings: Add GPU renderer and 8MB RAM options

This commit is contained in:
Connor McLaughlin
2021-05-08 03:02:57 +10:00
parent 99876588c4
commit e226464a35
8 changed files with 129 additions and 20 deletions

View File

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