X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=platform%2Fwin32%2FGenaDrive%2Fapp.h;h=30d59cb75341b8597fc1416eacc2244f9531ca1f;hb=2cb51c3c621ed60e192e8342fdeb4225def91bd8;hp=65ed54201c960fdc7812590c8c2fe4ff059f5c43;hpb=7a87643e0702bf156527e066c2a963b6db2b4fa5;p=picodrive.git diff --git a/platform/win32/GenaDrive/app.h b/platform/win32/GenaDrive/app.h index 65ed542..30d59cb 100644 --- a/platform/win32/GenaDrive/app.h +++ b/platform/win32/GenaDrive/app.h @@ -24,7 +24,7 @@ extern unsigned short *EmuScreen; extern int EmuWidth,EmuHeight; extern RECT EmuScreenRect; -extern int picohw_pen_pressed; +extern int PicoPadAdd; int EmuInit(); void EmuExit(); int EmuRomLoad(char *name);