index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
citra_qt
/
debugger
/
registers.cpp
Age
Commit message (
Collapse
)
Author
2018-01-12
Massive removal of unused modules
James Rowe
2018-01-04
citra_qt: Remove VFP registers, since this isn't used anyways and caused an ↵
bunnei
assert.
2018-01-02
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
2016-12-22
core: Replace "AppCore" nomenclature with just "CPU".
bunnei
2016-12-21
core: Consolidate core and system state, remove system module & cleanups.
bunnei
2016-10-20
Fix typos
Ricardo de Almeida Gonzaga
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2015-12-29
core: Use unique_ptr for holding the interpreter instances
Lioncash
2015-09-11
citra_qt: Reorganize headers
Lioncash
2015-09-07
citra-qt: Use monospace font on Disassembler and ARM Registers
Kloen
2015-08-07
registers: Support viewing VFP registers
Lioncash
2015-08-06
registers: Fix a typo with CPSR's name
Lioncash
2015-05-01
Qt: Fixed a bug in shutdown procedure, various cleanups.
bunnei
2015-05-01
Qt: Clear registers widget on shutdown.
bunnei
2015-01-11
citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and ↵
Kingcom
DebugModeLeft
2015-01-06
citra-qt: Renamed all .hxx headers to .h
chrisvj
2015-01-04
citra-qt: Added license headers to files.
chrisvj
2014-11-19
Remove tabs in all files except in skyeye imports and in generated GL code
Emmanuel Gil Peyrot
2014-04-18
UI/debugger changes
Mathieu Vaillancourt