summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Debug/MemoryPatches.cpp
AgeCommit message (Expand)Author
2026-01-25Remove unused importsMartino Fontana
2025-03-09Simplify `std::find_if` with `std::ranges::find` and projectionsmitaclaw
2024-12-15Modernize `std::any_of` with rangesmitaclaw
2023-02-12DolphinQt: Properly lock CPU before accessing emulated memoryJosJuice
2022-12-23Core: add ability to add memory patches to the patch engine that will be exec...iwubcode
2022-10-26Make SetPatch responsible for overwriting old patchesJoshuaMK
2022-10-23Have UnsetPatch only unset the argument addressJoshuaMK
2022-10-23Fix patch corruption using find_if instead of remove_ifJoshuaMK
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2018-06-19Common/MemoryPatches: Silence variable shadowing warningsLioncash
2018-05-29MemoryPatches: In-class initialize is_enabled state for MemoryPatch instancesLioncash
2018-05-29MemoryPatches: std::move std::vector in the constructorLioncash
2018-05-22DebugInterface: MemoryPatches methods addedSepalani