Skip to content

Commit cd269a9

Browse files
committed
In SheepShaver GUI don't show JIT checkbox in non-JIT build
1 parent f1b0a20 commit cd269a9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

BasiliskII/src/Windows/prefs_editor_gtk.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,11 +910,12 @@ static void create_jit_pane(GtkWidget *top)
910910
#endif
911911

912912
set_jit_sensitive();
913-
#endif
914913

915914
#ifdef SHEEPSHAVER
916915
make_checkbox(box, STR_JIT_68K_CTRL, "jit68k", GTK_SIGNAL_FUNC(tb_jit_68k));
917916
#endif
917+
918+
#endif
918919
}
919920

920921
/*

0 commit comments

Comments
 (0)