diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-06-29 12:43:20 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-06-29 12:43:20 +0000 |
| commit | d990e3b4440607521be8d79df828f2c50449bd6e (patch) | |
| tree | 361843be33c7c4cfdd840d94ef02b4125fbdc791 /plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2 | |
| parent | 3e6470958953dd45ef15fb7c6cf6302084ec2013 (diff) | |
| download | pcsxr-d990e3b4440607521be8d79df828f2c50449bd6e.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@53840 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2')
| -rw-r--r-- | plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2 | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2 b/plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2 index e2ef18a5..a4f9d68c 100644 --- a/plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2 +++ b/plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2 @@ -356,7 +356,7 @@ <child> <widget class="GtkTable" id="table_fixes"> <property name="visible">True</property> - <property name="n_rows">10</property> + <property name="n_rows">11</property> <property name="n_columns">2</property> <property name="column_spacing">16</property> <child> @@ -665,6 +665,37 @@ <property name="y_options"></property> </packing> </child> + <child> + <widget class="GtkCheckButton" id="checkFix11"> + <property name="label" translatable="yes">Fake 'gpu busy' states</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="use_underline">True</property> + <property name="draw_indicator">True</property> + </widget> + <packing> + <property name="top_attach">10</property> + <property name="bottom_attach">11</property> + <property name="x_options">GTK_FILL</property> + <property name="y_options"></property> + </packing> + </child> + <child> + <widget class="GtkLabel" id="label1"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">Toggle busy flags after drawing</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">10</property> + <property name="bottom_attach">11</property> + <property name="x_options">GTK_FILL</property> + <property name="y_options"></property> + </packing> + </child> </widget> </child> </widget> |
