Add new shader viewing tool

This commit is contained in:
Henrik Rydgard
2015-10-14 18:10:21 +02:00
parent 09cc80f413
commit 7f4e473e8c
25 changed files with 555 additions and 201 deletions
+1
View File
@@ -323,6 +323,7 @@ static ConfigSetting generalSettings[] = {
#endif
ConfigSetting("PauseWhenMinimized", &g_Config.bPauseWhenMinimized, false, true, true),
ConfigSetting("DumpDecryptedEboots", &g_Config.bDumpDecryptedEboot, false, true, true),
ConfigSetting("FullscreenOnDoubleclick", &g_Config.bFullscreenOnDoubleclick, true, false, false),
ConfigSetting(false),
};