Merge pull request #11183 from TheLordScruffy/write-back-cache

Implement PowerPC data cache
This commit is contained in:
Admiral H. Curtiss 2023-01-09 17:09:32 +01:00 committed by GitHub
commit eeeab3c3be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 611 additions and 183 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",