X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=platform%2Fcommon%2Femu.h;h=1e751f891e31ce25028b533c7276c78943d7051d;hb=fda2f31020bf0d6cf7b5dd70ec01cf390b7e1483;hp=9a5ae660253d9dd2fd1cba91c5d967ec121f56f2;hpb=35f2b65ef708e7afc922ceda8d00b716de289610;p=picodrive.git diff --git a/platform/common/emu.h b/platform/common/emu.h index 9a5ae66..1e751f8 100644 --- a/platform/common/emu.h +++ b/platform/common/emu.h @@ -16,6 +16,7 @@ extern void *g_screen_ptr; extern int g_screen_width; extern int g_screen_height; +extern int g_screen_ppitch; // pitch in pixels #define EOPT_EN_SRAM (1<<0) #define EOPT_SHOW_FPS (1<<1)