summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/disassembler.ui
AgeCommit message (Collapse)Author
2017-05-07citra-qt: Remove disassembler widgetYuri Kunde Schlesner
It has performance problems, a very misleading UI, and is broken in general. It has essentially been superceded by the GDB stub, but if we wanted a built-in disassembler in the future it'd essentially need to be rewritten from scratch anyway. Closes #427, #1480
2015-02-03citra-qt: Fix horrible scrolling responsiveness in disassembler by giving ↵Tony Wasserka
the uniformRowHeight hint.
2014-04-18Remove unused QTableViewMathieu Vaillancourt
2014-04-18UI/debugger changesMathieu Vaillancourt