X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fpl_gun_ts.c;fp=frontend%2Fpl_gun_ts.c;h=fbf25e36cab4a316deb24eed8d059121f93bd6d2;hp=3ee9c25b880f362ee1db12dcce7a43b12546d415;hb=55b0eeea6028e00741e620d28ab3211c49b8515f;hpb=15776b68de021ae41ebd5d8d646beca694c3784d diff --git a/frontend/pl_gun_ts.c b/frontend/pl_gun_ts.c index 3ee9c25b..fbf25e36 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: