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