summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/graphics.cpp
AgeCommit message (Collapse)Author
2014-08-05GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.bunnei
- Various other cleanups.
2014-07-23GSP: Clean up GX command processing a lot and treat command id as a u8 ↵Tony Wasserka
rather than a u32. Anonymous structs are not standard C++, hence don't use them.
2014-06-12citra-qt: Add GX command history viewer.Tony Wasserka