diff options
| author | iCatButler <i.am.catbutler@gmail.com> | 2016-03-30 15:56:46 +0100 |
|---|---|---|
| committer | iCatButler <i.am.catbutler@gmail.com> | 2016-03-30 15:56:46 +0100 |
| commit | f7f38c4b89937391a8ba7c785d0d6b108ac02eb7 (patch) | |
| tree | 2d217ed22e273b8ff29f181585258b2b5e7b389c /data | |
| parent | 61a6f15af54923b16d6a7d84ba5fee50e30b4665 (diff) | |
| download | pcsxr-f7f38c4b89937391a8ba7c785d0d6b108ac02eb7.tar.gz | |
This Son of Ugly's Wipeout patch
from https://github.com/SonofUgly/PCSX-Reloaded via Solis
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 23b7d449..5c13e6e9 100644 --- a/data/pcsxr.ui +++ b/data/pcsxr.ui @@ -4150,6 +4150,23 @@ <property name="y_options"/> </packing> </child> + <child> + <object class="GtkCheckButton" id="GtkCheckButton_MemHack"> + <property name="label" translatable="yes">Wipeout memory hack (causes slowdowns in many games)</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">14</property> + <property name="bottom_attach">15</property> + <property name="x_options">GTK_FILL</property> + <property name="y_options"/> + </packing> + </child> </object> </child> <child type="label"> |
