summaryrefslogtreecommitdiff
path: root/src/core/memory
AgeCommit message (Expand)Author
2020-10-13core/CMakeLists: Make some warnings errorsLioncash
2020-09-15cheat_engine: Convert ExtractName into a non-template functionLioncash
2020-09-15cheat_engine: Remove unnecessary system argument to CheatParser's Parse functionLioncash
2020-08-14Merge pull request #4495 from lioncash/convRodrigo Locatti
2020-08-06cheat_engine: Resolve implicit bool->u64 conversionLioncash
2020-08-06cheat_engine: Make use of designated initializersLioncash
2020-08-03dmnt_cheat_vm: Make use of designated initializersLioncash
2020-07-27core_timing: Make use of uintptr_t to represent user_dataLioncash
2020-07-18Merge pull request #4348 from lioncash/nanobunnei
2020-07-15core_timing: Make TimedCallback take std::chrono::nanosecondsLioncash
2020-07-15core_timing: Make use of std::chrono with ScheduleEventLioncash
2020-07-15clang-formatVolcaEM
2020-07-15dmnt_cheat_vm: Implement opcode 0xC3 (ReadWriteStaticRegister)VolcaEM
2020-06-27General: Recover Prometheus project from harddrive failure Fernando Sahmkow
2020-04-17memory: cheat_engine: Updates for new VMM.bunnei
2020-04-17core: memory: Move to Core::Memory namespace.bunnei
2020-04-15CMakeLists: Specify -Wextra on linux buildsLioncash
2020-02-11Core: Set all hardware emulation constants in a single file.Fernando Sahmkow
2019-11-26core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory classLioncash
2019-11-26core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash
2019-11-26core_timing: Use better reference tracking for EventType. (#3159)bunnei
2019-10-17Merge pull request #2992 from lioncash/dmntbunnei
2019-10-17dmnt_cheat_vm: Correct register Restore and ClearRegs behaviorLioncash
2019-10-17core/memory/cheat_engine: Resolve -Wreorder warningsLioncash
2019-09-21dmnt_cheat_vm: Default initialize structure valuesZach Hilman
2019-09-21dmnt_cheat_vm: Make Cheat VM compliant to code styleZach Hilman
2019-09-21cheat_engine: Move to memory and strip VMZach Hilman
2019-09-21memory: Port Atmosphere's DmntCheatVmZach Hilman