From ac3b9f0e5f0a6dab243b280a427b6c2b67a7ee0e Mon Sep 17 00:00:00 2001 From: InvisibleUp Date: Thu, 5 Mar 2020 22:18:05 -0500 Subject: [PATCH] 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 --- cfg/CNFGRAPI.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cfg/CNFGRAPI.h b/cfg/CNFGRAPI.h index 02ea958..123acb7 100644 --- a/cfg/CNFGRAPI.h +++ b/cfg/CNFGRAPI.h @@ -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