mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-14 12:09:09 +00:00
DolphinAnalytics/WiimoteEmu: Remove now-irrelevant game quirk check.
This commit is contained in:
parent
59d25aceb6
commit
7a37d015b7
4 changed files with 3 additions and 32 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue