summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/registers.h
AgeCommit message (Collapse)Author
2018-01-12Massive removal of unused modulesJames Rowe
2016-12-11citra-qt: Make constructors explicit where applicableLioncash
2016-12-11citra-qt: Add missing #pragma once directivesLioncash
2016-09-21Remove 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-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2015-09-11Merge pull request #1147 from lioncash/nullptrYuri Kunde Schlesner
General: Replace NULL and '0' usages with nullptr where applicable
2015-09-11General: Replace NULL and '0' usages with nullptr where applicableLioncash
2015-09-11citra_qt: Reorganize headersLioncash
2015-08-07registers: Support viewing VFP registersLioncash
2015-08-06registers: Fix a typo with CPSR's nameLioncash
2015-05-01Qt: Fixed a bug in shutdown procedure, various cleanups.bunnei
2015-05-01Qt: Clear registers widget on shutdown.bunnei
2015-01-11citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and ↵Kingcom
DebugModeLeft
2015-01-06citra-qt: Renamed all .hxx headers to .hchrisvj