summaryrefslogtreecommitdiffstats
path: root/src/core/memory (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-10PRKelebek11-1/+1
2022-07-10Rework CoreTimingKelebek11-4/+4
2022-04-23general: Convert source file copyright comments over to SPDXMorph5-75/+10
2021-11-30npad: Return NpadButton in GetAndResetPressStateMorph1-2/+1
2021-11-04general: Get the current process program id directly from the systemMorph1-1/+1
2021-11-04general: Rename GetTitleID to GetProgramIDMorph1-1/+1
2021-11-04core: Remove unused includesameerj1-2/+0
2021-05-16core: Make variable shadowing a compile-time errorLioncash4-13/+14
2021-05-06hle: kernel: Rename Process to KProcess.bunnei1-1/+1
2021-05-03core: Resolve misc cases of variable shadowingLioncash2-3/+3
2021-02-19hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.bunnei1-1/+1
2020-10-13core/CMakeLists: Make some warnings errorsLioncash1-1/+2
2020-09-15cheat_engine: Convert ExtractName into a non-template functionLioncash1-19/+17
2020-09-15cheat_engine: Remove unnecessary system argument to CheatParser's Parse functionLioncash2-6/+4
2020-08-06cheat_engine: Resolve implicit bool->u64 conversionLioncash1-1/+1
2020-08-06cheat_engine: Make use of designated initializersLioncash1-6/+18
2020-08-03dmnt_cheat_vm: Make use of designated initializersLioncash1-105/+121
2020-07-28core_timing: Make use of uintptr_t to represent user_dataLioncash2-7/+7
2020-07-16core_timing: Make TimedCallback take std::chrono::nanosecondsLioncash2-7/+9
2020-07-16core_timing: Make use of std::chrono with ScheduleEventLioncash1-3/+4
2020-07-15clang-formatVolcaEM1-1/+2
2020-07-15dmnt_cheat_vm: Implement opcode 0xC3 (ReadWriteStaticRegister)VolcaEM2-1/+41
2020-06-27General: Recover Prometheus project from harddrive failure Fernando Sahmkow1-4/+4
2020-04-17memory: cheat_engine: Updates for new VMM.bunnei1-5/+8
2020-04-17core: memory: Move to Core::Memory namespace.bunnei5-10/+10
2020-04-16CMakeLists: Specify -Wextra on linux buildsLioncash1-2/+3
2020-02-12Core: Set all hardware emulation constants in a single file.Fernando Sahmkow1-1/+2
2019-11-27core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory classLioncash1-1/+1
2019-11-27core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash2-5/+4
2019-11-27core_timing: Use better reference tracking for EventType. (#3159)bunnei2-2/+3
2019-10-18dmnt_cheat_vm: Correct register Restore and ClearRegs behaviorLioncash1-2/+2
2019-10-17core/memory/cheat_engine: Resolve -Wreorder warningsLioncash1-4/+3
2019-09-22dmnt_cheat_vm: Default initialize structure valuesZach Hilman2-87/+87
2019-09-22dmnt_cheat_vm: Make Cheat VM compliant to code styleZach Hilman3-868/+861
2019-09-22cheat_engine: Move to memory and strip VMZach Hilman2-0/+320
2019-09-22memory: Port Atmosphere's DmntCheatVmZach Hilman3-0/+1598
2019-06-21core: Move Freezer class to tools namespaceZach Hilman2-263/+0
2019-06-21freezer: Add documentation for methodsZach Hilman2-30/+49
2019-06-21memory: Add class to manage and enforce memory freezingZach Hilman2-0/+244