summaryrefslogtreecommitdiffstats
path: root/src/core/memory/cheat_engine.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core/CMakeLists: Make some warnings errorsLioncash2020-10-131-1/+2
* cheat_engine: Convert ExtractName into a non-template functionLioncash2020-09-151-19/+17
* cheat_engine: Remove unnecessary system argument to CheatParser's Parse functionLioncash2020-09-151-3/+2
* Merge pull request #4495 from lioncash/convRodrigo Locatti2020-08-141-1/+1
|\
| * cheat_engine: Resolve implicit bool->u64 conversionLioncash2020-08-061-1/+1
* | cheat_engine: Make use of designated initializersLioncash2020-08-061-6/+18
|/
* core_timing: Make use of uintptr_t to represent user_dataLioncash2020-07-281-6/+6
* core_timing: Make TimedCallback take std::chrono::nanosecondsLioncash2020-07-161-6/+7
* core_timing: Make use of std::chrono with ScheduleEventLioncash2020-07-161-3/+4
* General: Recover Prometheus project from harddrive failure Fernando Sahmkow2020-06-271-4/+4
* memory: cheat_engine: Updates for new VMM.bunnei2020-04-171-5/+8
* core: memory: Move to Core::Memory namespace.bunnei2020-04-171-2/+2
* Core: Set all hardware emulation constants in a single file.Fernando Sahmkow2020-02-121-1/+2
* core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory classLioncash2019-11-271-1/+1
* core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash2019-11-271-3/+2
* core_timing: Use better reference tracking for EventType. (#3159)bunnei2019-11-271-1/+1
* core/memory/cheat_engine: Resolve -Wreorder warningsLioncash2019-10-171-4/+3
* dmnt_cheat_vm: Make Cheat VM compliant to code styleZach Hilman2019-09-221-3/+3
* cheat_engine: Move to memory and strip VMZach Hilman2019-09-221-0/+234