(3DS) Disable dithering by default
authorMrHuu <MrHuu@users.noreply.github.com>
Tue, 3 Mar 2020 17:09:12 +0000 (18:09 +0100)
committerGitHub <noreply@github.com>
Tue, 3 Mar 2020 17:09:12 +0000 (18:09 +0100)
Have dithering disabled by default on 3DS.

frontend/libretro_core_options.h

index 6f26c71..ea5577b 100644 (file)
@@ -541,7 +541,7 @@ struct retro_core_option_definition option_defs_us[] = {
          { "enabled",  NULL },
          { NULL, NULL },
       },
-#ifdef HAVE_LIBNX
+#if defined HAVE_LIBNX || defined _3DS
          "disabled",
 #else
       "enabled",