diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2012-05-20 14:20:39 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2012-05-20 14:20:39 +0000 |
| commit | 9a63e315195a0dcd669d2df1c62142eaf740de7a (patch) | |
| tree | f13c2533386ef867f79aab648f910146beb2ffd6 /data | |
| parent | a603b0692f07a5dc9980b9e76c7cddfe57805c12 (diff) | |
| download | pcsxr-9a63e315195a0dcd669d2df1c62142eaf740de7a.tar.gz | |
Configuration->CPU->Widescreen (16:9, GTE Hack).
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@78188 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'data')
| -rw-r--r-- | data/pcsxr.glade2 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/data/pcsxr.glade2 b/data/pcsxr.glade2 index 49960023..93935afc 100644 --- a/data/pcsxr.glade2 +++ b/data/pcsxr.glade2 @@ -842,10 +842,12 @@ <child internal-child="vbox"> <widget class="GtkVBox" id="dialog-vbox4"> <property name="visible">True</property> + <property name="orientation">vertical</property> <child> <widget class="GtkVBox" id="vbox28"> <property name="visible">True</property> <property name="border_width">4</property> + <property name="orientation">vertical</property> <property name="spacing">3</property> <child> <widget class="GtkFrame" id="frame17"> @@ -1439,9 +1441,11 @@ <child internal-child="vbox"> <widget class="GtkVBox" id="dialog-vbox1"> <property name="visible">True</property> + <property name="orientation">vertical</property> <child> <widget class="GtkVBox" id="vbox25"> <property name="visible">True</property> + <property name="orientation">vertical</property> <child> <widget class="GtkFrame" id="frame15"> <property name="visible">True</property> @@ -1451,6 +1455,7 @@ <widget class="GtkVBox" id="vbox26"> <property name="visible">True</property> <property name="border_width">5</property> + <property name="orientation">vertical</property> <child> <widget class="GtkTable" id="table3"> <property name="visible">True</property> @@ -1644,6 +1649,21 @@ <property name="position">2</property> </packing> </child> + <child> + <widget class="GtkCheckButton" id="GtkCheckButton_Widescreen"> + <property name="label" translatable="yes">Widescreen (GTE Hack)</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="expand">False</property> + <property name="fill">False</property> + <property name="position">3</property> + </packing> + </child> </widget> </child> <child> |
