mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-08-12 22:25:06 +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
|
#endif
|
||||||
|
|
||||||
set_jit_sensitive();
|
set_jit_sensitive();
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef SHEEPSHAVER
|
#ifdef SHEEPSHAVER
|
||||||
make_checkbox(box, STR_JIT_68K_CTRL, "jit68k", GTK_SIGNAL_FUNC(tb_jit_68k));
|
make_checkbox(box, STR_JIT_68K_CTRL, "jit68k", GTK_SIGNAL_FUNC(tb_jit_68k));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user