Name some new prefs

This commit is contained in:
Aaron Culliney 2018-11-04 14:06:59 -08:00
parent 2a7e375f26
commit 8757cb2a06

View File

@ -84,10 +84,16 @@
// video
#define PREF_COLOR_MODE "colorMode"
#define PREF_MONO_MODE "monoMode"
#define PREF_SHOW_HALF_SCANLINES "showHalfScanlines"
// vm
#define PREF_CPU_SCALE "cpuScale"
#define PREF_CPU_SCALE_ALT "cpuScaleAlt"
#define PREF_DISK_PATH_A "driveAInsertedDisk"
#define PREF_DISK_PATH_A_RO "driveAInsertedDiskRO"
#define PREF_DISK_PATH_B "driveBInsertedDisk"
#define PREF_DISK_PATH_B_RO "driveBInsertedDiskRO"
typedef void (*prefs_change_callback_f)(const char * _NONNULL domain);