notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fda5dd
)
(3DS) Disable dithering by default
author
MrHuu
<MrHuu@users.noreply.github.com>
Tue, 3 Mar 2020 17:09:12 +0000
(18:09 +0100)
committer
GitHub
<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
patch
|
blob
|
blame
|
history
diff --git
a/frontend/libretro_core_options.h
b/frontend/libretro_core_options.h
index
6f26c71
..
ea5577b
100644
(file)
--- 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 },
},
-#if
def HAVE_LIBNX
+#if
defined HAVE_LIBNX || defined _3DS
"disabled",
#else
"enabled",