summaryrefslogtreecommitdiff
path: root/src/core/memory (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-19scope_exit: Make constexprGravatar FearlessTobi1-2/+2
2024-02-17dmnt: cheats: Fix valid address rangeGravatar german771-2/+2
2024-02-06dmnt: cheat: Invalidate cache on memory writesGravatar Narr the Reg1-1/+4
2024-02-05dmnt: cheat: Add pause and resume supportGravatar german774-2/+22
2024-02-05dmnt: cheats: Silence memory errorsGravatar german774-20/+32
2024-02-04dmnt: cheats: Update cheat vm to latest versionGravatar german775-29/+71
2024-01-05hid_core: Move hid to it's own subprojectGravatar Narr the Reg1-2/+2
2023-12-23core_timing: remove user data valueGravatar Liam2-5/+5
2023-12-14core: Make sure npad is initializedGravatar Narr the Reg1-1/+1
2023-11-20service: hid: Create appropriate hid resourcesGravatar Narr the Reg1-4/+1
2023-11-15service: hid: Split hid.cpp into individual interfacesGravatar Narr the Reg1-3/+4
2023-10-21cheats: Clamp cheat names without failingGravatar german771-7/+16
2023-09-13cheat_engine: Remove uncaught usage of stoulGravatar lat9nq1-1/+1
2023-07-14kernel: reduce page table region checkingGravatar Liam1-2/+2
2023-07-14k_process: PageTable -> GetPageTableGravatar Liam1-3/+3
2023-03-23memory: rename global memory references to application memoryGravatar Liam1-2/+2
2023-03-22kernel: use KTypedAddress for addressesGravatar Liam1-3/+3
2023-03-12kernel: convert KProcess to new styleGravatar Liam1-1/+1
2023-02-21cheat_engine: add check for hid initializationGravatar Liam1-2/+7
2023-02-13general: rename CurrentProcess to ApplicationProcessGravatar Liam1-3/+3
2022-11-20dmnt:cht: fix copy-paste errorGravatar Liam1-1/+1
2022-07-10PRGravatar Kelebek11-1/+1
2022-07-10Rework CoreTimingGravatar Kelebek11-4/+4
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph5-75/+10
2021-11-29npad: Return NpadButton in GetAndResetPressStateGravatar Morph1-2/+1
2021-11-04general: Get the current process program id directly from the systemGravatar Morph1-1/+1
2021-11-04general: Rename GetTitleID to GetProgramIDGravatar Morph1-1/+1
2021-11-03core: Remove unused includesGravatar ameerj1-2/+0
2021-05-16core: Make variable shadowing a compile-time errorGravatar Lioncash4-13/+14
2021-05-05hle: kernel: Rename Process to KProcess.Gravatar bunnei1-1/+1
2021-05-03core: Resolve misc cases of variable shadowingGravatar Lioncash2-3/+3
2021-02-18hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.Gravatar bunnei1-1/+1
2020-10-13core/CMakeLists: Make some warnings errorsGravatar Lioncash1-1/+2
2020-09-15cheat_engine: Convert ExtractName into a non-template functionGravatar Lioncash1-19/+17
2020-09-15cheat_engine: Remove unnecessary system argument to CheatParser's Parse functionGravatar Lioncash2-6/+4
2020-08-06cheat_engine: Resolve implicit bool->u64 conversionGravatar Lioncash1-1/+1
2020-08-06cheat_engine: Make use of designated initializersGravatar Lioncash1-6/+18
2020-08-03dmnt_cheat_vm: Make use of designated initializersGravatar Lioncash1-105/+121
2020-07-27core_timing: Make use of uintptr_t to represent user_dataGravatar Lioncash2-7/+7
2020-07-15core_timing: Make TimedCallback take std::chrono::nanosecondsGravatar Lioncash2-7/+9
2020-07-15core_timing: Make use of std::chrono with ScheduleEventGravatar Lioncash1-3/+4
2020-07-15clang-formatGravatar VolcaEM1-1/+2
2020-07-15dmnt_cheat_vm: Implement opcode 0xC3 (ReadWriteStaticRegister)Gravatar VolcaEM2-1/+41
2020-06-27General: Recover Prometheus project from harddrive failure Gravatar Fernando Sahmkow1-4/+4
2020-04-17memory: cheat_engine: Updates for new VMM.Gravatar bunnei1-5/+8
2020-04-17core: memory: Move to Core::Memory namespace.Gravatar bunnei5-10/+10
2020-04-15CMakeLists: Specify -Wextra on linux buildsGravatar Lioncash1-2/+3
2020-02-11Core: Set all hardware emulation constants in a single file.Gravatar Fernando Sahmkow1-1/+2
2019-11-26core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory classGravatar Lioncash1-1/+1
2019-11-26core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classGravatar Lioncash2-5/+4