mirror of
https://github.com/bradgrantham/apple2e.git
synced 2025-01-15 05:31:15 +00:00
display speed
This commit is contained in:
parent
155690cdaa
commit
ba52591064
@ -1329,7 +1329,7 @@ void initialize_widgets(bool run_fast, bool add_floppies, bool floppy0_inserted,
|
||||
|
||||
vector<widget*> controls = {hgr_momentary, reset_momentary, reboot_momentary, fast_toggle, caps_toggle, color_toggle, pause_toggle, record_toggle};
|
||||
|
||||
if(false) {
|
||||
if(true) {
|
||||
speed_textbox = new textbox("X.YYY MHz");
|
||||
controls.push_back(speed_textbox);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user