aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/memory
AgeCommit message (Expand)Author
2024-02-19scope_exit: Make constexprFearlessTobi
2024-02-17dmnt: cheats: Fix valid address rangegerman77
2024-02-09Merge pull request #12927 from german77/cheat-pauseliamwhite
2024-02-06dmnt: cheat: Invalidate cache on memory writesNarr the Reg
2024-02-05dmnt: cheat: Add pause and resume supportgerman77
2024-02-05dmnt: cheats: Silence memory errorsgerman77
2024-02-04dmnt: cheats: Update cheat vm to latest versiongerman77
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg
2023-12-23core_timing: remove user data valueLiam
2023-12-14core: Make sure npad is initializedNarr the Reg
2023-11-20service: hid: Create appropriate hid resourcesNarr the Reg
2023-11-15service: hid: Split hid.cpp into individual interfacesNarr the Reg
2023-10-21cheats: Clamp cheat names without failinggerman77
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