--- uae/src/include/options.h 2018/04/24 17:07:44 1.1.1.21 +++ uae/src/include/options.h 2018/04/24 17:11:12 1.1.1.23 @@ -9,7 +9,7 @@ #define UAEMAJOR 0 #define UAEMINOR 8 -#define UAESUBREV 21 +#define UAESUBREV 22 typedef enum { KBD_LANG_US, KBD_LANG_DK, KBD_LANG_DE, KBD_LANG_SE, KBD_LANG_FR, KBD_LANG_IT, KBD_LANG_ES } KbdLang; @@ -47,7 +47,7 @@ struct uae_prefs { int test_drawing_speed; int produce_sound; - int stereo; + int sound_stereo; int mixed_stereo; int sound_bits; int sound_freq;