gtk: added ifdefs for newly added frameskip gui

This commit is contained in:
punkrockguy318 2011-11-04 06:53:28 +00:00
parent 4bbd74c740
commit 8fafc755df
1 changed files with 2 additions and 0 deletions

View File

@ -915,7 +915,9 @@ void openVideoConfig()
#endif
gtk_box_pack_start(GTK_BOX(vbox), palChk, FALSE, FALSE,5);
gtk_box_pack_start(GTK_BOX(vbox), ppuChk, FALSE, FALSE, 5);
#ifdef FRAMESKIP
gtk_box_pack_start(GTK_BOX(vbox), frameskipChk, FALSE, FALSE, 5);
#endif
gtk_box_pack_start(GTK_BOX(vbox), spriteLimitChk, FALSE, FALSE, 5);
gtk_box_pack_start(GTK_BOX(vbox), clipSidesChk, FALSE, FALSE, 5);
gtk_box_pack_start(GTK_BOX(vbox), xscaleHbox, FALSE, FALSE, 5);