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
/
arm
/
skyeye_common
/
armstate.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dyncom: Use size_t instead of int to store the instruction offsets in the instruction cache.
Subv
2017-08-21
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-1
/
+0
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-19
1
-4
/
+2
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-54
/
+49
*
armstate: Zero out the registers on creation
Lioncash
2015-11-29
1
-11
/
+11
*
Implement gdbstub
polaris-
2015-10-04
1
-0
/
+2
*
general: Silence some warnings when using clang
Lioncash
2015-09-16
1
-1
/
+0
*
dyncom: Migrate exclusive memory access control into armstate
Lioncash
2015-07-28
1
-3
/
+22
*
dyncom: Use std::array for register arrays
Lioncash
2015-07-26
1
-24
/
+25
*
dyncom: Use ARMul_State as an object
Lioncash
2015-07-26
1
-96
/
+113
*
dyncom: Remove unnecessary initialization code.
Lioncash
2015-07-26
1
-20
/
+0
*
dyncom: Remove unnecessary abort-related cruft
Lioncash
2015-07-26
1
-45
/
+1
*
dyncom: Rename armdefs.h to armstate.h
Lioncash
2015-07-26
1
-0
/
+279