summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/registers.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* citra-qt: Make constructors explicit where applicableLioncash2016-12-111-1/+1
|
* citra-qt: Add missing #pragma once directivesLioncash2016-12-111-0/+2
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-2/+1
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-2/+1
|
* Merge pull request #1147 from lioncash/nullptrYuri Kunde Schlesner2015-09-111-1/+1
|\ | | | | General: Replace NULL and '0' usages with nullptr where applicable
| * General: Replace NULL and '0' usages with nullptr where applicableLioncash2015-09-111-1/+1
| |
* | citra_qt: Reorganize headersLioncash2015-09-111-1/+1
|/
* registers: Support viewing VFP registersLioncash2015-08-071-1/+9
|
* registers: Fix a typo with CPSR's nameLioncash2015-08-071-1/+1
|
* Qt: Fixed a bug in shutdown procedure, various cleanups.bunnei2015-05-021-2/+2
|
* Qt: Clear registers widget on shutdown.bunnei2015-05-021-0/+4
|
* citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeftKingcom2015-01-111-1/+2
|
* citra-qt: Renamed all .hxx headers to .hchrisvj2015-01-061-0/+29