diff options
Diffstat (limited to 'src/citra_qt/main.ui')
| -rw-r--r-- | src/citra_qt/main.ui | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/citra_qt/main.ui b/src/citra_qt/main.ui index 9a809ee6c..b2ce8167d 100644 --- a/src/citra_qt/main.ui +++ b/src/citra_qt/main.ui | |||
| @@ -66,6 +66,7 @@ | |||
| 66 | <addaction name="action_Stop"/> | 66 | <addaction name="action_Stop"/> |
| 67 | <addaction name="separator"/> | 67 | <addaction name="separator"/> |
| 68 | <addaction name="action_Use_Hardware_Renderer"/> | 68 | <addaction name="action_Use_Hardware_Renderer"/> |
| 69 | <addaction name="action_Use_Shader_JIT"/> | ||
| 69 | <addaction name="action_Configure"/> | 70 | <addaction name="action_Configure"/> |
| 70 | </widget> | 71 | </widget> |
| 71 | <widget class="QMenu" name="menu_View"> | 72 | <widget class="QMenu" name="menu_View"> |
| @@ -153,6 +154,14 @@ | |||
| 153 | <string>Use Hardware Renderer</string> | 154 | <string>Use Hardware Renderer</string> |
| 154 | </property> | 155 | </property> |
| 155 | </action> | 156 | </action> |
| 157 | <action name="action_Use_Shader_JIT"> | ||
| 158 | <property name="checkable"> | ||
| 159 | <bool>true</bool> | ||
| 160 | </property> | ||
| 161 | <property name="text"> | ||
| 162 | <string>Use Shader JIT</string> | ||
| 163 | </property> | ||
| 164 | </action> | ||
| 156 | <action name="action_Configure"> | 165 | <action name="action_Configure"> |
| 157 | <property name="text"> | 166 | <property name="text"> |
| 158 | <string>Configure ...</string> | 167 | <string>Configure ...</string> |