aboutsummaryrefslogtreecommitdiff
path: root/frontend/libretro_core_options.h
diff options
context:
space:
mode:
authorMrHuu2020-03-03 18:09:12 +0100
committerGitHub2020-03-03 18:09:12 +0100
commit706d793463146722d6d5fc1a980798ca907303f9 (patch)
treec18c9351c84a6b5cdb5cba7a43fbc9c202f028ae /frontend/libretro_core_options.h
parent8fda5dd0e28fe46621fb1ab57781c316143017da (diff)
downloadpcsx_rearmed-706d793463146722d6d5fc1a980798ca907303f9.tar.gz
pcsx_rearmed-706d793463146722d6d5fc1a980798ca907303f9.tar.bz2
pcsx_rearmed-706d793463146722d6d5fc1a980798ca907303f9.zip
(3DS) Disable dithering by default
Have dithering disabled by default on 3DS.
Diffstat (limited to 'frontend/libretro_core_options.h')
-rw-r--r--frontend/libretro_core_options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h
index 6f26c71..ea5577b 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",