aboutsummaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/graphics_framebuffer.h
AgeCommit message (Collapse)Author
2015-03-03GPU: Added RGB565/RGB8 framebuffer support and various cleanups.bunnei
- Centralizes color format encode/decode functions. - Fixes endianness issues. - Implements remaining framebuffer formats in the debugger.
2015-02-11Pica/DebugUtils: Factor out BreakPointObserverDock into its own file.Tony Wasserka
2015-01-10citra-qt: Fixed some Qt errors on initializationSubv
2015-01-06citra-qt: Renamed all .hxx headers to .hchrisvj