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-05-27 16:20:46 +02:00
parent 6a5d560c4f
commit 4cb302c8ae
6 changed files with 48 additions and 16 deletions

View file

@ -26,6 +26,8 @@ public:
public slots:
void OnUpdate();
void DumpShader();
private:
nihstro::ShaderInfo info;
};