summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/registers.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Replace "AppCore" nomenclature with just "CPU".bunnei2016-12-221-7/+7
* core: Consolidate core and system state, remove system module & cleanups.bunnei2016-12-221-8/+8
* Fix typosRicardo de Almeida Gonzaga2016-10-201-1/+1
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-3/+1
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-2/+1
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-24/+32
* core: Use unique_ptr for holding the interpreter instancesLioncash2015-12-301-5/+3
* citra_qt: Reorganize headersLioncash2015-09-111-2/+3
* citra-qt: Use monospace font on Disassembler and ARM RegistersKloen2015-09-071-0/+25
* registers: Support viewing VFP registersLioncash2015-08-071-43/+163
* registers: Fix a typo with CPSR's nameLioncash2015-08-071-35/+35
* Qt: Fixed a bug in shutdown procedure, various cleanups.bunnei2015-05-021-2/+2
* Qt: Clear registers widget on shutdown.bunnei2015-05-021-8/+25
* citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeftKingcom2015-01-111-1/+6
* citra-qt: Renamed all .hxx headers to .hchrisvj2015-01-061-1/+1
* citra-qt: Added license headers to files.chrisvj2015-01-041-0/+4
* Remove tabs in all files except in skyeye imports and in generated GL codeEmmanuel Gil Peyrot2014-11-191-14/+14
* UI/debugger changesMathieu Vaillancourt2014-04-191-0/+63