mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-07 16:49:09 +00:00
DolphinAnalytics: Remove ICACHE_MATTERS
This commit is contained in:
parent
825bacde43
commit
d85f6c8298
2 changed files with 2 additions and 6 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue