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:
19a784e
)
Remove #if 0 around NEON enhancement
author
twinaphex
<autechre1024@hotmail.com>
Sun, 26 May 2013 20:44:23 +0000
(22:44 +0200)
committer
notaz
<notasas@gmail.com>
Tue, 4 Jun 2013 20:35:05 +0000
(23:35 +0300)
frontend/libretro.c
patch
|
blob
|
blame
|
history
diff --git
a/frontend/libretro.c
b/frontend/libretro.c
index
644db92
..
413098d
100644
(file)
--- a/
frontend/libretro.c
+++ b/
frontend/libretro.c
@@
-243,9
+243,7
@@
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 },
};
@@
-770,7
+768,6
@@
static void update_variables(bool in_flight)
pl_rearmed_cbs.gpu_neon.allow_interlace = 1;
}
-#if 0
var.value = NULL;
var.key = "neon_enhancement_enable";
@@
-781,7
+778,6
@@
static void update_variables(bool in_flight)
else if (strcmp(var.value, "enabled") == 0)
pl_rearmed_cbs.gpu_neon.enhancement_enable = 1;
}
-#endif
#endif
if (in_flight) {