X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Flinux%2Fio.c;h=edc5f6eb661d22716c617950d5fa7608cfa80df4;hb=9c9cda8c3;hp=13d6d9ab3acc2eac0bd5d5e01d69b531039c9115;hpb=5609d343e3b34d9fed210a1c26c2441d3f797036;p=picodrive.git diff --git a/platform/linux/io.c b/platform/linux/io.c index 13d6d9a..edc5f6e 100644 --- a/platform/linux/io.c +++ b/platform/linux/io.c @@ -31,7 +31,7 @@ int current_keys; static int current_bpp = 16; static int current_pal[256]; static const char *verstring = "PicoDrive " VERSION; -static int scr_changed = 0, scr_w = SCREEN_WIDTH, scr_h = SCREEN_HEIGHT; +static int scr_changed = 0, scr_w = 320, scr_h = 240; /* faking GP2X pad */ enum { GP2X_UP=0x1, GP2X_LEFT=0x4, GP2X_DOWN=0x10, GP2X_RIGHT=0x40,