summaryrefslogtreecommitdiff
path: root/video.c
diff options
context:
space:
mode:
authoraliaspider2014-12-09 02:43:59 +0100
committeraliaspider2014-12-09 02:43:59 +0100
commit3cc3944725700c957b006de6f5a2ee2944d2f525 (patch)
treefd7edea0cff18b5080dba34a505e20b212388ce5 /video.c
parent3510bfb5281f8c98fc8ddd97eb9e7aed35f879ab (diff)
downloadpicogpsp-3cc3944725700c957b006de6f5a2ee2944d2f525.tar.gz
picogpsp-3cc3944725700c957b006de6f5a2ee2944d2f525.tar.bz2
picogpsp-3cc3944725700c957b006de6f5a2ee2944d2f525.zip
add debug build option to x86 standalone target.
Diffstat (limited to 'video.c')
-rw-r--r--video.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video.c b/video.c
index 96ef006..14018b3 100644
--- a/video.c
+++ b/video.c
@@ -101,7 +101,6 @@ const u32 video_scale = 1;
#define get_screen_pitch() \
(screen->pitch / 2) \
-#endif
#endif