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
/
citra_qt
/
debugger
/
registers.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: Replace "AppCore" nomenclature with just "CPU".
bunnei
2016-12-22
1
-7
/
+7
*
core: Consolidate core and system state, remove system module & cleanups.
bunnei
2016-12-22
1
-8
/
+8
*
Fix typos
Ricardo de Almeida Gonzaga
2016-10-20
1
-1
/
+1
*
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
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-19
1
-2
/
+1
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-24
/
+32
*
core: Use unique_ptr for holding the interpreter instances
Lioncash
2015-12-30
1
-5
/
+3
*
citra_qt: Reorganize headers
Lioncash
2015-09-11
1
-2
/
+3
*
citra-qt: Use monospace font on Disassembler and ARM Registers
Kloen
2015-09-07
1
-0
/
+25
*
registers: Support viewing VFP registers
Lioncash
2015-08-07
1
-43
/
+163
*
registers: Fix a typo with CPSR's name
Lioncash
2015-08-07
1
-35
/
+35
*
Qt: Fixed a bug in shutdown procedure, various cleanups.
bunnei
2015-05-02
1
-2
/
+2
*
Qt: Clear registers widget on shutdown.
bunnei
2015-05-02
1
-8
/
+25
*
citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeft
Kingcom
2015-01-11
1
-1
/
+6
*
citra-qt: Renamed all .hxx headers to .h
chrisvj
2015-01-06
1
-1
/
+1
*
citra-qt: Added license headers to files.
chrisvj
2015-01-04
1
-0
/
+4
*
Remove tabs in all files except in skyeye imports and in generated GL code
Emmanuel Gil Peyrot
2014-11-19
1
-14
/
+14
*
UI/debugger changes
Mathieu Vaillancourt
2014-04-19
1
-0
/
+63