index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
memory
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-11-30
npad: Return NpadButton in GetAndResetPressState
Morph
1
-2
/
+1
2021-11-04
general: Get the current process program id directly from the system
Morph
1
-1
/
+1
2021-11-04
general: Rename GetTitleID to GetProgramID
Morph
1
-1
/
+1
2021-11-04
core: Remove unused includes
ameerj
1
-2
/
+0
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
4
-13
/
+14
2021-05-06
hle: kernel: Rename Process to KProcess.
bunnei
1
-1
/
+1
2021-05-03
core: Resolve misc cases of variable shadowing
Lioncash
2
-3
/
+3
2021-02-19
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
1
-1
/
+1
2020-10-13
core/CMakeLists: Make some warnings errors
Lioncash
1
-1
/
+2
2020-09-15
cheat_engine: Convert ExtractName into a non-template function
Lioncash
1
-19
/
+17
2020-09-15
cheat_engine: Remove unnecessary system argument to CheatParser's Parse function
Lioncash
2
-6
/
+4
2020-08-06
cheat_engine: Resolve implicit bool->u64 conversion
Lioncash
1
-1
/
+1
2020-08-06
cheat_engine: Make use of designated initializers
Lioncash
1
-6
/
+18
2020-08-03
dmnt_cheat_vm: Make use of designated initializers
Lioncash
1
-105
/
+121
2020-07-28
core_timing: Make use of uintptr_t to represent user_data
Lioncash
2
-7
/
+7
2020-07-16
core_timing: Make TimedCallback take std::chrono::nanoseconds
Lioncash
2
-7
/
+9
2020-07-16
core_timing: Make use of std::chrono with ScheduleEvent
Lioncash
1
-3
/
+4
2020-07-15
clang-format
VolcaEM
1
-1
/
+2
2020-07-15
dmnt_cheat_vm: Implement opcode 0xC3 (ReadWriteStaticRegister)
VolcaEM
2
-1
/
+41
2020-06-27
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
1
-4
/
+4
2020-04-17
memory: cheat_engine: Updates for new VMM.
bunnei
1
-5
/
+8
2020-04-17
core: memory: Move to Core::Memory namespace.
bunnei
5
-10
/
+10
2020-04-16
CMakeLists: Specify -Wextra on linux builds
Lioncash
1
-2
/
+3
2020-02-12
Core: Set all hardware emulation constants in a single file.
Fernando Sahmkow
1
-1
/
+2
2019-11-27
core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class
Lioncash
1
-1
/
+1
2019-11-27
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
2
-5
/
+4
2019-11-27
core_timing: Use better reference tracking for EventType. (#3159)
bunnei
2
-2
/
+3
2019-10-18
dmnt_cheat_vm: Correct register Restore and ClearRegs behavior
Lioncash
1
-2
/
+2
2019-10-17
core/memory/cheat_engine: Resolve -Wreorder warnings
Lioncash
1
-4
/
+3
2019-09-22
dmnt_cheat_vm: Default initialize structure values
Zach Hilman
2
-87
/
+87
2019-09-22
dmnt_cheat_vm: Make Cheat VM compliant to code style
Zach Hilman
3
-868
/
+861
2019-09-22
cheat_engine: Move to memory and strip VM
Zach Hilman
2
-0
/
+320
2019-09-22
memory: Port Atmosphere's DmntCheatVm
Zach Hilman
3
-0
/
+1598
2019-06-21
core: Move Freezer class to tools namespace
Zach Hilman
2
-263
/
+0
2019-06-21
freezer: Add documentation for methods
Zach Hilman
2
-30
/
+49
2019-06-21
memory: Add class to manage and enforce memory freezing
Zach Hilman
2
-0
/
+244