mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-11-16 22:05:20 +00:00
Name some new prefs
This commit is contained in:
parent
2a7e375f26
commit
8757cb2a06
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user