In SheepShaver GUI don't show JIT checkbox in non-JIT build

This commit is contained in:
rakslice 2020-03-17 15:27:51 -07:00
parent f1b0a20b37
commit cd269a9ce1
1 changed files with 2 additions and 1 deletions

View File

@ -910,11 +910,12 @@ static void create_jit_pane(GtkWidget *top)
#endif
set_jit_sensitive();
#endif
#ifdef SHEEPSHAVER
make_checkbox(box, STR_JIT_68K_CTRL, "jit68k", GTK_SIGNAL_FUNC(tb_jit_68k));
#endif
#endif
}
/*