summaryrefslogtreecommitdiffstats
path: root/src/core/memory (follow)
Commit message (Expand)AuthorAgeFilesLines
* scope_exit: Make constexprFearlessTobi2024-02-191-2/+2
* dmnt: cheats: Fix valid address rangegerman772024-02-181-2/+2
* Merge pull request #12927 from german77/cheat-pauseliamwhite2024-02-094-2/+22
|\
| * dmnt: cheat: Add pause and resume supportgerman772024-02-054-2/+22
* | dmnt: cheat: Invalidate cache on memory writesNarr the Reg2024-02-061-1/+4
|/
* dmnt: cheats: Silence memory errorsgerman772024-02-054-20/+32
* dmnt: cheats: Update cheat vm to latest versiongerman772024-02-055-29/+71
* hid_core: Move hid to it's own subprojectNarr the Reg2024-01-051-2/+2
* core_timing: remove user data valueLiam2023-12-232-5/+5
* core: Make sure npad is initializedNarr the Reg2023-12-151-1/+1
* service: hid: Create appropriate hid resourcesNarr the Reg2023-11-211-4/+1
* service: hid: Split hid.cpp into individual interfacesNarr the Reg2023-11-151-3/+4
* cheats: Clamp cheat names without failinggerman772023-10-221-7/+16
* cheat_engine: Remove uncaught usage of stoullat9nq2023-09-131-1/+1
* kernel: reduce page table region checkingLiam2023-07-151-2/+2
* k_process: PageTable -> GetPageTableLiam2023-07-151-3/+3
* memory: rename global memory references to application memoryLiam2023-03-241-2/+2
* kernel: use KTypedAddress for addressesLiam2023-03-221-3/+3
* kernel: convert KProcess to new styleLiam2023-03-131-1/+1
* cheat_engine: add check for hid initializationLiam2023-02-211-2/+7
* general: rename CurrentProcess to ApplicationProcessLiam2023-02-141-3/+3
* dmnt:cht: fix copy-paste errorLiam2022-11-201-1/+1
* PRKelebek12022-07-101-1/+1
* Rework CoreTimingKelebek12022-07-101-4/+4
* general: Convert source file copyright comments over to SPDXMorph2022-04-235-75/+10
* npad: Return NpadButton in GetAndResetPressStateMorph2021-11-301-2/+1
* general: Get the current process program id directly from the systemMorph2021-11-041-1/+1
* general: Rename GetTitleID to GetProgramIDMorph2021-11-041-1/+1
* core: Remove unused includesameerj2021-11-041-2/+0
* core: Make variable shadowing a compile-time errorLioncash2021-05-164-13/+14
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-1/+1
* core: Resolve misc cases of variable shadowingLioncash2021-05-032-3/+3
* hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.bunnei2021-02-191-1/+1
* 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-152-6/+4
* 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
|/
* dmnt_cheat_vm: Make use of designated initializersLioncash2020-08-031-105/+121
* core_timing: Make use of uintptr_t to represent user_dataLioncash2020-07-282-7/+7
* Merge pull request #4348 from lioncash/nanobunnei2020-07-182-8/+11
|\
| * core_timing: Make TimedCallback take std::chrono::nanosecondsLioncash2020-07-162-7/+9
| * core_timing: Make use of std::chrono with ScheduleEventLioncash2020-07-161-3/+4
* | clang-formatVolcaEM2020-07-151-1/+2
* | dmnt_cheat_vm: Implement opcode 0xC3 (ReadWriteStaticRegister)VolcaEM2020-07-152-1/+41
|/
* 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-175-10/+10
* CMakeLists: Specify -Wextra on linux buildsLioncash2020-04-161-2/+3
* 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-272-5/+4
* core_timing: Use better reference tracking for EventType. (#3159)bunnei2019-11-272-2/+3
* Merge pull request #2992 from lioncash/dmntbunnei2019-10-181-2/+2
|\
| * dmnt_cheat_vm: Correct register Restore and ClearRegs behaviorLioncash2019-10-181-2/+2
* | core/memory/cheat_engine: Resolve -Wreorder warningsLioncash2019-10-171-4/+3
|/
* dmnt_cheat_vm: Default initialize structure valuesZach Hilman2019-09-222-87/+87
* dmnt_cheat_vm: Make Cheat VM compliant to code styleZach Hilman2019-09-223-868/+861
* cheat_engine: Move to memory and strip VMZach Hilman2019-09-222-0/+320
* memory: Port Atmosphere's DmntCheatVmZach Hilman2019-09-223-0/+1598