index
:
yuzu-mainline
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
memory
Age
Commit message (
Expand
)
Author
2024-02-19
scope_exit: Make constexpr
FearlessTobi
2024-02-17
dmnt: cheats: Fix valid address range
german77
2024-02-09
Merge pull request #12927 from german77/cheat-pause
liamwhite
2024-02-06
dmnt: cheat: Invalidate cache on memory writes
Narr the Reg
2024-02-05
dmnt: cheat: Add pause and resume support
german77
2024-02-05
dmnt: cheats: Silence memory errors
german77
2024-02-04
dmnt: cheats: Update cheat vm to latest version
german77
2024-01-05
hid_core: Move hid to it's own subproject
Narr the Reg
2023-12-23
core_timing: remove user data value
Liam
2023-12-14
core: Make sure npad is initialized
Narr the Reg
2023-11-20
service: hid: Create appropriate hid resources
Narr the Reg
2023-11-15
service: hid: Split hid.cpp into individual interfaces
Narr the Reg
2023-10-21
cheats: Clamp cheat names without failing
german77
2023-09-13
cheat_engine: Remove uncaught usage of stoul
lat9nq
2023-07-14
kernel: reduce page table region checking
Liam
2023-07-14
k_process: PageTable -> GetPageTable
Liam
2023-03-23
memory: rename global memory references to application memory
Liam
2023-03-22
kernel: use KTypedAddress for addresses
Liam
2023-03-12
kernel: convert KProcess to new style
Liam
2023-02-21
cheat_engine: add check for hid initialization
Liam
2023-02-13
general: rename CurrentProcess to ApplicationProcess
Liam
2022-11-20
dmnt:cht: fix copy-paste error
Liam
2022-07-10
PR
Kelebek1
2022-07-10
Rework CoreTiming
Kelebek1
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-11-29
npad: Return NpadButton in GetAndResetPressState
Morph
2021-11-04
general: Get the current process program id directly from the system
Morph
2021-11-04
general: Rename GetTitleID to GetProgramID
Morph
2021-11-03
core: Remove unused includes
ameerj
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-03
core: Resolve misc cases of variable shadowing
Lioncash
2021-02-18
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
2020-10-13
core/CMakeLists: Make some warnings errors
Lioncash
2020-09-15
cheat_engine: Convert ExtractName into a non-template function
Lioncash
2020-09-15
cheat_engine: Remove unnecessary system argument to CheatParser's Parse function
Lioncash
2020-08-14
Merge pull request #4495 from lioncash/conv
Rodrigo Locatti
2020-08-06
cheat_engine: Resolve implicit bool->u64 conversion
Lioncash
2020-08-06
cheat_engine: Make use of designated initializers
Lioncash
2020-08-03
dmnt_cheat_vm: Make use of designated initializers
Lioncash
2020-07-27
core_timing: Make use of uintptr_t to represent user_data
Lioncash
2020-07-18
Merge pull request #4348 from lioncash/nano
bunnei
2020-07-15
core_timing: Make TimedCallback take std::chrono::nanoseconds
Lioncash
2020-07-15
core_timing: Make use of std::chrono with ScheduleEvent
Lioncash
2020-07-15
clang-format
VolcaEM
2020-07-15
dmnt_cheat_vm: Implement opcode 0xC3 (ReadWriteStaticRegister)
VolcaEM
2020-06-27
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-04-17
memory: cheat_engine: Updates for new VMM.
bunnei
2020-04-17
core: memory: Move to Core::Memory namespace.
bunnei
2020-04-15
CMakeLists: Specify -Wextra on linux builds
Lioncash
[next]