citra-qt: Improve shader debugger.

Now supports dumping the current shader and recognizes a larger number of output semantics.
This commit is contained in:
Tony Wasserka
2015-08-16 13:22:00 +02:00
parent 6a5d560c4f
commit 4cb302c8ae
6 changed files with 48 additions and 16 deletions
@@ -26,6 +26,8 @@ public:
public slots:
void OnUpdate();
void DumpShader();
private:
nihstro::ShaderInfo info;
};