mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-08-13 13:24:59 +00:00
In SheepShaver GUI don't show JIT checkbox in non-JIT build
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user