mirror of
https://github.com/trudnai/Steve2.git
synced 2025-04-18 00:40:07 +00:00
Disk acceleration is turned off by default
This commit is contained in:
parent
3f38d61bf6
commit
c88a7a33a8
@ -1434,7 +1434,7 @@
|
||||
</box>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ccb-cj-gLu">
|
||||
<rect key="frame" x="-2" y="223" width="87" height="18"/>
|
||||
<buttonCell key="cell" type="check" title="Quick Disk" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="6QV-uF-Gh7">
|
||||
<buttonCell key="cell" type="check" title="Quick Disk" bezelStyle="regularSquare" imagePosition="left" inset="2" id="6QV-uF-Gh7">
|
||||
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
</buttonCell>
|
||||
|
@ -21,7 +21,7 @@ disk_t disk = {
|
||||
const int diskAccelerator_frames = 2;
|
||||
int diskAccelerator_count = 0;
|
||||
int diskAccelerator_speed = 25 * M / fps; // if less than actual CPU speed means no acceleration
|
||||
int diskAccelerator_enabled = 1;
|
||||
int diskAccelerator_enabled = 0;
|
||||
int disk_sfx_enabled = 1;
|
||||
|
||||
// motor position from the magnet state
|
||||
|
Loading…
x
Reference in New Issue
Block a user