diff options
| author | SND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-07-24 04:06:57 +0000 |
|---|---|---|
| committer | SND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-07-24 04:06:57 +0000 |
| commit | 45979b673181c770b2a2e7c9c3c4c3faec337e31 (patch) | |
| tree | d429e38fb676d983618992a5de9f00f3d4441a01 /data | |
| parent | d67ecf5d837b1781fae2b315e78b74729242c8e2 (diff) | |
| download | pcsxr-45979b673181c770b2a2e7c9c3c4c3faec337e31.tar.gz | |
New config param HackFix which enables compatibility hacks on certain games and is disabled by default.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91052 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'data')
| -rw-r--r-- | data/pcsxr.ui | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/data/pcsxr.ui b/data/pcsxr.ui index 573f07fb..0b1d94de 100644 --- a/data/pcsxr.ui +++ b/data/pcsxr.ui @@ -1846,6 +1846,23 @@ <property name="y_options"></property> </packing> </child> + <child> + <object class="GtkCheckButton" id="GtkCheckButton_HackFix"> + <property name="label" translatable="yes">Compatibility hacks (Raystorm/VH-D/MML/Cart World/...)</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">13</property> + <property name="bottom_attach">14</property> + <property name="x_options">GTK_FILL</property> + <property name="y_options"></property> + </packing> + </child> </object> </child> <child type="label"> |
