summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/registers.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Massive removal of unused modulesGravatar James Rowe2018-01-121-190/+0
|
* citra_qt: Remove VFP registers, since this isn't used anyways and caused an ↵Gravatar bunnei2018-01-041-4/+0
| | | | assert.
* arm: Remove SkyEye/Dyncom code that is ARMv6-only.Gravatar bunnei2018-01-021-45/+1
|
* core: Replace "AppCore" nomenclature with just "CPU".Gravatar bunnei2016-12-221-7/+7
|
* core: Consolidate core and system state, remove system module & cleanups.Gravatar bunnei2016-12-211-8/+8
|
* Fix typosGravatar Ricardo de Almeida Gonzaga2016-10-201-1/+1
|
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
|
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-3/+1
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-181-2/+1
|
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-24/+32
|
* core: Use unique_ptr for holding the interpreter instancesGravatar Lioncash2015-12-291-5/+3
|
* citra_qt: Reorganize headersGravatar Lioncash2015-09-111-2/+3
|
* citra-qt: Use monospace font on Disassembler and ARM RegistersGravatar Kloen2015-09-071-0/+25
|
* registers: Support viewing VFP registersGravatar Lioncash2015-08-071-43/+163
|
* registers: Fix a typo with CPSR's nameGravatar Lioncash2015-08-061-35/+35
|
* Qt: Fixed a bug in shutdown procedure, various cleanups.Gravatar bunnei2015-05-011-2/+2
|
* Qt: Clear registers widget on shutdown.Gravatar bunnei2015-05-011-8/+25
|
* citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and ↵Gravatar Kingcom2015-01-111-1/+6
| | | | DebugModeLeft
* citra-qt: Renamed all .hxx headers to .hGravatar chrisvj2015-01-061-1/+1
|
* citra-qt: Added license headers to files.Gravatar chrisvj2015-01-041-0/+4
|
* Remove tabs in all files except in skyeye imports and in generated GL codeGravatar Emmanuel Gil Peyrot2014-11-191-14/+14
|
* UI/debugger changesGravatar Mathieu Vaillancourt2014-04-181-0/+63