summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/registers.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-22core: Replace "AppCore" nomenclature with just "CPU".bunnei1-7/+7
2016-12-22core: Consolidate core and system state, remove system module & cleanups.bunnei1-8/+8
2016-10-20Fix typosRicardo de Almeida Gonzaga1-1/+1
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-3/+1
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-2/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-24/+32
2015-12-30core: Use unique_ptr for holding the interpreter instancesLioncash1-5/+3
2015-09-11citra_qt: Reorganize headersLioncash1-2/+3
2015-09-07citra-qt: Use monospace font on Disassembler and ARM RegistersKloen1-0/+25
2015-08-07registers: Support viewing VFP registersLioncash1-43/+163
2015-08-07registers: Fix a typo with CPSR's nameLioncash1-35/+35
2015-05-02Qt: Fixed a bug in shutdown procedure, various cleanups.bunnei1-2/+2
2015-05-02Qt: Clear registers widget on shutdown.bunnei1-8/+25
2015-01-11citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeftKingcom1-1/+6
2015-01-06citra-qt: Renamed all .hxx headers to .hchrisvj1-1/+1
2015-01-04citra-qt: Added license headers to files.chrisvj1-0/+4
2014-11-19Remove tabs in all files except in skyeye imports and in generated GL codeEmmanuel Gil Peyrot1-14/+14
2014-04-19UI/debugger changesMathieu Vaillancourt1-4/+4
2014-04-11Temporarily "fix" citra_qt for WindowsMathieu Vaillancourt1-20/+20
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-05Remove Core::GetState(). Use new ARM_Interface instead.Mathieu Vaillancourt1-20/+21
2014-04-04More Qt changes for debuggerMathieu Vaillancourt1-44/+42
2014-04-01Basic QT windowMathieu Vaillancourt1-0/+64