summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/registers.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-12Massive removal of unused modulesGravatar James Rowe1-190/+0
2018-01-04citra_qt: Remove VFP registers, since this isn't used anyways and caused an ↵Gravatar bunnei1-4/+0
assert.
2018-01-02arm: Remove SkyEye/Dyncom code that is ARMv6-only.Gravatar bunnei1-45/+1
2016-12-22core: Replace "AppCore" nomenclature with just "CPU".Gravatar bunnei1-7/+7
2016-12-21core: Consolidate core and system state, remove system module & cleanups.Gravatar bunnei1-8/+8
2016-10-20Fix typosGravatar Ricardo de Almeida Gonzaga1-1/+1
2016-09-21Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot1-3/+1
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-18Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner1-2/+1
2016-09-18Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot1-24/+32
2015-12-29core: Use unique_ptr for holding the interpreter instancesGravatar Lioncash1-5/+3
2015-09-11citra_qt: Reorganize headersGravatar Lioncash1-2/+3
2015-09-07citra-qt: Use monospace font on Disassembler and ARM RegistersGravatar Kloen1-0/+25
2015-08-07registers: Support viewing VFP registersGravatar Lioncash1-43/+163
2015-08-06registers: Fix a typo with CPSR's nameGravatar Lioncash1-35/+35
2015-05-01Qt: Fixed a bug in shutdown procedure, various cleanups.Gravatar bunnei1-2/+2
2015-05-01Qt: Clear registers widget on shutdown.Gravatar bunnei1-8/+25
2015-01-11citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and ↵Gravatar Kingcom1-1/+6
DebugModeLeft
2015-01-06citra-qt: Renamed all .hxx headers to .hGravatar chrisvj1-1/+1
2015-01-04citra-qt: Added license headers to files.Gravatar chrisvj1-0/+4
2014-11-19Remove tabs in all files except in skyeye imports and in generated GL codeGravatar Emmanuel Gil Peyrot1-14/+14
2014-04-18UI/debugger changesGravatar Mathieu Vaillancourt1-4/+4
2014-04-10Temporarily "fix" citra_qt for WindowsGravatar Mathieu Vaillancourt1-20/+20
2014-04-08got rid of 'src' folders in each sub-projectGravatar bunnei1-0/+0
2014-04-04Remove Core::GetState(). Use new ARM_Interface instead.Gravatar Mathieu Vaillancourt1-20/+21
2014-04-03More Qt changes for debuggerGravatar Mathieu Vaillancourt1-44/+42
2014-03-31Basic QT windowGravatar Mathieu Vaillancourt1-0/+64