DolphinAnalytics/WiimoteEmu: Remove now-irrelevant game quirk check.

This commit is contained in:
Jordan Woyak 2025-02-13 17:39:54 -06:00
commit 7a37d015b7
4 changed files with 3 additions and 32 deletions

View file

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