summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/graphics.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.Gravatar bunnei2014-08-051-8/+8
| | | | - Various other cleanups.
* GSP: Clean up GX command processing a lot and treat command id as a u8 ↵Gravatar Tony Wasserka2014-07-231-16/+18
| | | | | | rather than a u32. Anonymous structs are not standard C++, hence don't use them.
* citra-qt: Add GX command history viewer.Gravatar Tony Wasserka2014-06-121-0/+83