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:
9f5a28d
)
Comment out neon_enhancement_enable for now
author
twinaphex
<autechre1024@hotmail.com>
Fri, 24 May 2013 11:41:26 +0000
(13:41 +0200)
committer
notaz
<notasas@gmail.com>
Sun, 26 May 2013 16:03:57 +0000
(19:03 +0300)
frontend/libretro.c
patch
|
blob
|
blame
|
history
diff --git
a/frontend/libretro.c
b/frontend/libretro.c
index
8b67f17
..
16feeec
100644
(file)
--- a/
frontend/libretro.c
+++ b/
frontend/libretro.c
@@
-237,7
+237,9
@@
void retro_set_environment(retro_environment_t cb)
{ "region", "Region; Auto|NTSC|PAL" },
#ifdef __ARM_NEON__
{ "neon_interlace_enable", "Enable interlacing mode(s); disabled|enabled" },
+#if 0
{ "neon_enhancement_enable", "Enhanced resolution (slow); disabled|enabled" },
+#endif
#endif
{ NULL, NULL },
};
@@
-761,7
+763,7
@@
static void update_variables(void)
pl_rearmed_cbs.gpu_neon.allow_interlace = 1;
}
-
+#if 0
var.value = NULL;
var.key = "neon_enhancement_enable";
@@
-773,6
+775,7
@@
static void update_variables(void)
pl_rearmed_cbs.gpu_neon.enhancement_enable = 1;
}
#endif
+#endif
}
void retro_run(void)