DolphinAnalytics: Remove ICACHE_MATTERS

This commit is contained in:
TheLordScruffy 2023-01-08 00:17:46 -05:00
commit d85f6c8298
2 changed files with 2 additions and 6 deletions

View file

@ -135,8 +135,7 @@ void DolphinAnalytics::ReportGameStart()
}
// Keep in sync with enum class GameQuirk definition.
constexpr std::array<const char*, 28> GAME_QUIRKS_NAMES{
"icache-matters",
constexpr std::array<const char*, 27> GAME_QUIRKS_NAMES{
"directly-reads-wiimote-input",
"uses-DVDLowStopLaser",
"uses-DVDLowOffset",