diff options
-rw-r--r-- | Makefile.common | 4 | ||||
-rwxr-xr-x | configure | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common index 858839a05a..522fa7c809 100644 --- a/Makefile.common +++ b/Makefile.common @@ -37,8 +37,8 @@ ifdef DISABLE_SCALERS DEFINES += -DDISABLE_SCALERS endif -ifdef ENABLE_16BIT -DEFINES += -DENABLE_16BIT +ifdef ENABLE_RGB_COLOR +DEFINES += -DENABLE_RGB_COLOR endif ifdef DISABLE_HQ_SCALERS @@ -1562,7 +1562,7 @@ add_to_config_mk_if_yes "$_mt32emu" 'USE_MT32EMU = 1' # # Check whether 16bit color support is requested # -add_to_config_mk_if_yes "$_16bit" 'ENABLE_16BIT = 1' +add_to_config_mk_if_yes "$_16bit" 'ENABLE_RGB_COLOR = 1' # # Check whether to enable the (hq) scalers |