Apply some more sensible default options

Changed emulation speed to the actual speed of a Mac, and allowed for
running in the background by default
This commit is contained in:
InvisibleUp 2020-03-05 22:18:05 -05:00
parent be71368cf7
commit ac3b9f0e5f
1 changed files with 2 additions and 2 deletions

View File

@ -46,9 +46,9 @@
#define WantInitMagnify 0
#define EnableMagnify 1
#define WindowScale 2
#define WantInitRunInBackground 0
#define WantInitRunInBackground 1
#define WantInitNotAutoSlow 0
#define WantInitSpeedValue 3
#define WantInitSpeedValue 0
#define WantEnblCtrlInt 1
#define WantEnblCtrlRst 1
#define WantEnblCtrlKtg 1