mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
Merge pull request #11183 from TheLordScruffy/write-back-cache
Implement PowerPC data cache
This commit is contained in:
commit
eeeab3c3be
23 changed files with 611 additions and 183 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