X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgp2x%2Fplat.c;h=2a3b079405a34d3e216e45256312a7cd11699a31;hb=b7d64dbdb78425b501093dfb137072459b5b3f0f;hp=881545358cd95ec5b7d1037793a9fa0824326bb8;hpb=9c9cda8c39bd2a6b99b8420a3034c454bc713954;p=picodrive.git diff --git a/platform/gp2x/plat.c b/platform/gp2x/plat.c index 8815453..2a3b079 100644 --- a/platform/gp2x/plat.c +++ b/platform/gp2x/plat.c @@ -202,6 +202,7 @@ void plat_init(void) in_set_config(in_name_to_id("evdev:pollux-analog"), IN_CFG_KEY_NAMES, caanoo_keys, sizeof(caanoo_keys)); + flip_after_sync = 1; gp2x_menu_init(); }