From: MrHuu Date: Tue, 3 Mar 2020 17:09:12 +0000 (+0100) Subject: (3DS) Disable dithering by default X-Git-Tag: r24l~655^2 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=706d793463146722d6d5fc1a980798ca907303f9;p=pcsx_rearmed.git (3DS) Disable dithering by default Have dithering disabled by default on 3DS. --- diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 6f26c715..ea5577b0 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -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",