summaryrefslogtreecommitdiff
path: root/src/core/memory (follow)
Commit message (Expand)AuthorAgeFilesLines
* dmnt:cht: fix copy-paste errorGravatar Liam2022-11-201-1/+1
* PRGravatar Kelebek12022-07-101-1/+1
* Rework CoreTimingGravatar Kelebek12022-07-101-4/+4
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-235-75/+10
* npad: Return NpadButton in GetAndResetPressStateGravatar Morph2021-11-291-2/+1
* general: Get the current process program id directly from the systemGravatar Morph2021-11-041-1/+1
* general: Rename GetTitleID to GetProgramIDGravatar Morph2021-11-041-1/+1
* core: Remove unused includesGravatar ameerj2021-11-031-2/+0
* core: Make variable shadowing a compile-time errorGravatar Lioncash2021-05-164-13/+14
* hle: kernel: Rename Process to KProcess.Gravatar bunnei2021-05-051-1/+1
* core: Resolve misc cases of variable shadowingGravatar Lioncash2021-05-032-3/+3
* hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.Gravatar bunnei2021-02-181-1/+1
* core/CMakeLists: Make some warnings errorsGravatar Lioncash2020-10-131-1/+2
* cheat_engine: Convert ExtractName into a non-template functionGravatar Lioncash2020-09-151-19/+17
* cheat_engine: Remove unnecessary system argument to CheatParser's Parse functionGravatar Lioncash2020-09-152-6/+4
* Merge pull request #4495 from lioncash/convGravatar Rodrigo Locatti2020-08-141-1/+1
|\
| * cheat_engine: Resolve implicit bool->u64 conversionGravatar Lioncash2020-08-061-1/+1
* | cheat_engine: Make use of designated initializersGravatar Lioncash2020-08-061-6/+18
|/
* dmnt_cheat_vm: Make use of designated initializersGravatar Lioncash2020-08-031-105/+121
* core_timing: Make use of uintptr_t to represent user_dataGravatar Lioncash2020-07-272-7/+7
* Merge pull request #4348 from lioncash/nanoGravatar bunnei2020-07-182-8/+11
|\
| * core_timing: Make TimedCallback take std::chrono::nanosecondsGravatar Lioncash2020-07-152-7/+9
| * core_timing: Make use of std::chrono with ScheduleEventGravatar Lioncash2020-07-151-3/+4
* | clang-formatGravatar VolcaEM2020-07-151-1/+2
* | dmnt_cheat_vm: Implement opcode 0xC3 (ReadWriteStaticRegister)Gravatar VolcaEM2020-07-152-1/+41
|/
* General: Recover Prometheus project from harddrive failure Gravatar Fernando Sahmkow2020-06-271-4/+4
* memory: cheat_engine: Updates for new VMM.Gravatar bunnei2020-04-171-5/+8
* core: memory: Move to Core::Memory namespace.Gravatar bunnei2020-04-175-10/+10
* CMakeLists: Specify -Wextra on linux buildsGravatar Lioncash2020-04-151-2/+3
* Core: Set all hardware emulation constants in a single file.Gravatar Fernando Sahmkow2020-02-111-1/+2
* core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory classGravatar Lioncash2019-11-261-1/+1
* core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classGravatar Lioncash2019-11-262-5/+4
* core_timing: Use better reference tracking for EventType. (#3159)Gravatar bunnei2019-11-262-2/+3
* Merge pull request #2992 from lioncash/dmntGravatar bunnei2019-10-171-2/+2
|\
| * dmnt_cheat_vm: Correct register Restore and ClearRegs behaviorGravatar Lioncash2019-10-171-2/+2
* | core/memory/cheat_engine: Resolve -Wreorder warningsGravatar Lioncash2019-10-171-4/+3
|/
* dmnt_cheat_vm: Default initialize structure valuesGravatar Zach Hilman2019-09-212-87/+87
* dmnt_cheat_vm: Make Cheat VM compliant to code styleGravatar Zach Hilman2019-09-213-868/+861
* cheat_engine: Move to memory and strip VMGravatar Zach Hilman2019-09-212-0/+320
* memory: Port Atmosphere's DmntCheatVmGravatar Zach Hilman2019-09-213-0/+1598