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
/
hle
/
kernel
/
vm_manager.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-3
/
+1
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-16
/
+20
*
Memory: Added necessary headers and removed unnecessary header
MerryMage
2016-05-26
1
-0
/
+1
*
Memory: Implement MMIO
MerryMage
2016-01-30
1
-3
/
+4
*
Kernel: Properly implement ControlMemory FREE and COMMIT
Yuri Kunde Schlesner
2015-08-16
1
-10
/
+81
*
VMManager: Introduce names for used ResultCodes
Yuri Kunde Schlesner
2015-08-16
1
-6
/
+3
*
VMManager: Make LogLayout log level configurable as a parameter
Yuri Kunde Schlesner
2015-08-16
1
-3
/
+13
*
VMManager: Change block offsets to size_t
Yuri Kunde Schlesner
2015-08-16
1
-1
/
+1
*
Core: Properly configure address space when loading a binary
Yuri Kunde Schlesner
2015-07-12
1
-0
/
+14
*
Core: Cleanup core includes.
Emmanuel Gil Peyrot
2015-06-28
1
-0
/
+2
*
Kernel: Add VMManager to manage process address spaces
Yuri Kunde Schlesner
2015-05-27
1
-0
/
+245