summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/peopsxgl/gpucfg/main.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/peopsxgl/gpucfg/main.c b/plugins/peopsxgl/gpucfg/main.c
index f9dbdeef..521d02c4 100644
--- a/plugins/peopsxgl/gpucfg/main.c
+++ b/plugins/peopsxgl/gpucfg/main.c
@@ -667,6 +667,18 @@ int main( int argc, char **argv ) {
val = 0;
if ( pB ) {
+ strcpy( t, "\nUseFixes" );
+ p = strstr( pB, t );
+ if ( p ) {
+ p = strstr( p, "=" );
+ len = 1;
+ val = atoi( p + len );
+ }
+ }
+ gtk_toggle_button_set_active( GTK_TOGGLE_BUTTON( chkUseGameFixes ), val );
+
+ val = 0;
+ if ( pB ) {
strcpy( t, "\nCfgFixes" );
p = strstr( pB, t );
if ( p ) {