diff options
| author | SND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-11-28 11:34:19 +0000 |
|---|---|---|
| committer | SND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-11-28 11:34:19 +0000 |
| commit | bfc8e12c52df1f7cbe8fafaf7804b56db3103f8f (patch) | |
| tree | 863705c68b3e5432f41ebe866565ca0431799b5b /data | |
| parent | 5ba533776f6e8a3a0e56b104fc95e2c85ba09b3d (diff) | |
| download | pcsxr-bfc8e12c52df1f7cbe8fafaf7804b56db3103f8f.tar.gz | |
Added option to not have memory card plugged. Chronicles of the Sword password screen can now be accessed.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88004 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'data')
| -rw-r--r-- | data/pcsxr.ui | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/data/pcsxr.ui b/data/pcsxr.ui index 5ac053e6..439c5302 100644 --- a/data/pcsxr.ui +++ b/data/pcsxr.ui @@ -1830,8 +1830,8 @@ </packing> </child> <child> - <object class="GtkCheckButton" id="GtkCheckButton_Widescreen"> - <property name="label" translatable="yes">Widescreen (GTE Hack)</property> + <object class="GtkCheckButton" id="GtkCheckButton_NoMemcard"> + <property name="label" translatable="yes">No memcard (COTS password option)</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -1846,6 +1846,23 @@ <property name="y_options"></property> </packing> </child> + <child> + <object 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="xalign">0</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="top_attach">12</property> + <property name="bottom_attach">13</property> + <property name="x_options">GTK_FILL</property> + <property name="y_options"></property> + </packing> + </child> </object> </child> <child type="label"> |
