summaryrefslogtreecommitdiff
path: root/src/core/memory
AgeCommit message (Expand)Author
2023-09-13cheat_engine: Remove uncaught usage of stoullat9nq
2023-07-14kernel: reduce page table region checkingLiam
2023-07-14k_process: PageTable -> GetPageTableLiam
2023-03-23memory: rename global memory references to application memoryLiam
2023-03-22kernel: use KTypedAddress for addressesLiam
2023-03-12kernel: convert KProcess to new styleLiam
2023-02-21cheat_engine: add check for hid initializationLiam
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2022-11-20dmnt:cht: fix copy-paste errorLiam
2022-07-10PRKelebek1
2022-07-10Rework CoreTimingKelebek1
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-11-29npad: Return NpadButton in GetAndResetPressStateMorph
2021-11-04general: Get the current process program id directly from the systemMorph
2021-11-04general: Rename GetTitleID to GetProgramIDMorph
2021-11-03core: Remove unused includesameerj
2021-05-16core: Make variable shadowing a compile-time errorLioncash
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-05-03core: Resolve misc cases of variable shadowingLioncash
2021-02-18hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.bunnei
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