aboutsummaryrefslogtreecommitdiff
path: root/frontend/pl_gun_ts.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/pl_gun_ts.c')
-rw-r--r--frontend/pl_gun_ts.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/pl_gun_ts.c b/frontend/pl_gun_ts.c
index 3ee9c25..fbf25e3 100644
--- a/frontend/pl_gun_ts.c
+++ b/frontend/pl_gun_ts.c
@@ -102,7 +102,11 @@ struct tsdev *pl_gun_ts_init(void)
// FIXME: we should be able to get this somewhere
// the problem is this doesn't always match resolution due to different display modes
+#ifdef __ARM_ARCH_7A__
pl_set_gun_rect(0, 0, 800, 480);
+#else
+ pl_set_gun_rect(0, 0, 320, 240);
+#endif
return ts;
fail_config: