summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/registers.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-11citra-qt: Make constructors explicit where applicableLioncash1-1/+1
2016-12-11citra-qt: Add missing #pragma once directivesLioncash1-0/+2
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-2/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-2/+1
2015-09-11General: Replace NULL and '0' usages with nullptr where applicableLioncash1-1/+1
2015-09-11citra_qt: Reorganize headersLioncash1-1/+1
2015-08-07registers: Support viewing VFP registersLioncash1-1/+9
2015-08-07registers: Fix a typo with CPSR's nameLioncash1-1/+1
2015-05-02Qt: Fixed a bug in shutdown procedure, various cleanups.bunnei1-2/+2
2015-05-02Qt: Clear registers widget on shutdown.bunnei1-0/+4
2015-01-11citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeftKingcom1-1/+2
2015-01-06citra-qt: Renamed all .hxx headers to .hchrisvj1-0/+0
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-4/+4
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot1-1/+1
2014-06-22citra_qt: Removed autogenerated files from repo and fixed build issues.bunnei1-1/+1
2014-04-19UI/debugger changesMathieu Vaillancourt1-5/+3
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-01Basic QT windowMathieu Vaillancourt1-0/+27