summaryrefslogtreecommitdiff
path: root/video.c
diff options
context:
space:
mode:
authortwinaphex2014-12-11 19:12:09 +0100
committertwinaphex2014-12-11 19:12:09 +0100
commit657c7bee5cb874c17716d3597969a4cba26e2769 (patch)
tree051dcc4debb30fc4e44b91de6a6e43d9daa39966 /video.c
parent9ed950fd4e71e33d0b5fa5c3faeb0b5bf4005a65 (diff)
downloadpicogpsp-657c7bee5cb874c17716d3597969a4cba26e2769.tar.gz
picogpsp-657c7bee5cb874c17716d3597969a4cba26e2769.tar.bz2
picogpsp-657c7bee5cb874c17716d3597969a4cba26e2769.zip
Create define ARM_ARCH_BLENDING_OPTS - so that we can optionally
compile in the ARM ASM blend file
Diffstat (limited to 'video.c')
-rw-r--r--video.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/video.c b/video.c
index e8b47b4..cd58760 100644
--- a/video.c
+++ b/video.c
@@ -2296,8 +2296,7 @@ fill_line_builder(color32);
#ifdef RENDER_COLOR16_NORMAL
-#ifndef ARM_ARCH
-
+#ifndef ARM_ARCH_BLENDING_OPTS
void expand_normal(u16 *screen_ptr, u32 start, u32 end)
{
u32 i, pixel_source;
@@ -2328,7 +2327,7 @@ void expand_normal(u16 *screen_ptr, u32 start, u32 end)
void expand_blend(u32 *screen_src_ptr, u16 *screen_dest_ptr,
u32 start, u32 end);
-#ifndef ARM_ARCH
+#ifndef ARM_ARCH_BLENDING_OPTS
void expand_blend(u32 *screen_src_ptr, u16 *screen_dest_ptr,
u32 start, u32 end)