GameSettings: Add multitap mode

This commit is contained in:
Connor McLaughlin
2021-03-03 21:43:20 +10:00
parent 1d00f96f89
commit 05ac272c3f
6 changed files with 68 additions and 20 deletions

View File

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