summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-24Merge pull request #12868 from Sintendo/scoped-regJosJuice
2024-10-23DolphinQt: Signal `Host::JitCacheInvalidation` in more placesmitaclaw
2024-10-23Host: Rename `JitCacheInvalidation`mitaclaw
2024-10-23GameINI: Remove EFBAccessEnable=false overridesdreamsyntax
2024-10-23Merge pull request #13146 from AdmiralCurtiss/unit-test-compile-fixJosJuice
2024-10-22Migrate /dev/dolphin documentation to the repositoryMateus B. Cassiano
2024-10-22Add missing algorithm header in SettingsHandlerTest.cppAdmiral H. Curtiss
2024-10-22GraphicsSettings: EFBAccessEnable=false by defaultdreamsyntax
2024-10-21Split `SettingsHandler` into separate reader and writer classesNiel Lebeck
2024-10-21JitArm64: Use WZR for ppcState STP optimization with imm == 0JosJuice
2024-10-21JitArm64: Allow ppcState STP optimization for immJosJuice
2024-10-21Merge pull request #12714 from mitaclaw/jit-widget-refreshJMC47
2024-10-21JitArm64_SystemRegisters: Use ScopedARM64RegSintendo
2024-10-21JitArm64_Paired: Use ScopedARM64RegSintendo
2024-10-21JitArm64_LoadStorePaired: Use ScopedARM64RegSintendo
2024-10-21JitArm64_LoadStoreFloating: Use ScopedARM64RegSintendo
2024-10-21JitArm64_LoadStore: Use ScopedARM64RegSintendo
2024-10-21JitArm64_FloatingPoint: Use ScopedARM64RegSintendo
2024-10-21JitArm64_Branch: Use ScopedARM64RegSintendo
2024-10-21JitArm64: Use ScopedARM64RegSintendo
2024-10-21JitArm64_Integer: Use ScopedARM64RegSintendo
2024-10-21JitArm64: Add ScopedARM64RegSintendo
2024-10-20Merge pull request #13066 from DacoTaco/feature/networkingJosJuice
2024-10-20DolphinQt: Call FIFOPlayerWindow::UpdateControls for Starting/StoppingJosJuice
2024-10-19Merge pull request #13141 from dreamsyntax/shadow-texturecache-changeJMC47
2024-10-19GameINI: Shadow the Hedgehog texture cache defaultdreamsyntax
2024-10-19Jit64: Make Furthest Exit Micro-Optimization More Correctmitaclaw
2024-10-19Simplify `std::copy` with `fmt::format_to`mitaclaw
2024-10-19Simplify `std::copy` with `fmt::join`mitaclaw
2024-10-19Merge pull request #13135 from Tilka/warningJMC47
2024-10-19Merge pull request #12712 from Dentomologist/remove_defined_out_codeTilka
2024-10-19Merge pull request #13114 from TryTwo/PR_Turbo_Mutes_AudioJMC47
2024-10-19Merge pull request #13104 from TellowKrinkle/MTLLoggingJMC47
2024-10-19JITs: Revamp LogGeneratedX86mitaclaw
2024-10-19DolphinQt: JIT Widget Refreshmitaclaw
2024-10-19Move UICommon/Disassembler to Common/HostDisassemblermitaclaw
2024-10-19JITs: Add GetMemoryStats Functionmitaclaw
2024-10-19JITs: Add EraseSingleBlock Functionmitaclaw
2024-10-19JITs: Outline FreeRanges Functionmitaclaw
2024-10-19CachedInterpreter: Callback Disassemblermitaclaw
2024-10-18Externals: Update rangesetmitaclaw
2024-10-18JitCache: Add WipeBlockProfilingData Functionmitaclaw
2024-10-18Merge pull request #13138 from Pokechu22/remove-onload-patchesJMC47
2024-10-18GameINI: Remove OnLoad sectionsPokechu22
2024-10-18GameINI: Remove trailing space for 1080° SnowboardingPokechu22
2024-10-17Modernize `std::partition` with rangesmitaclaw
2024-10-17Modernize `std::unique` with rangesmitaclaw
2024-10-17Simplify `std::remove` with `std::erase`mitaclaw
2024-10-17Modernize `std::search` with rangesmitaclaw
2024-10-17Modernize `std::mismatch` with rangesmitaclaw