aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra_qt/debugger/graphics.cpp
Commit message (Collapse)AuthorAge
* citra-qt: Renamed all .hxx headers to .hGravatar chrisvj2015-01-06
|
* Set object name for the graphics debuggerGravatar Daniel Lundqvist2015-01-01
| | | | | | Setting an object name for GPUCommandStreamWidget allows for saving the graphics debugger's state (if it's show, position, etc). This state is then restored when restarting the application.
* License changeGravatar purpasmart962014-12-20
|
* GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.Gravatar bunnei2014-08-05
| | | | - Various other cleanups.
* GSP: Clean up GX command processing a lot and treat command id as a u8 ↵Gravatar Tony Wasserka2014-07-23
| | | | | | 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-12