win32 Pico mostly finished
[picodrive.git] / platform / win32 / GenaDrive / Emu.cpp
index 7532353..46fa27a 100644 (file)
@@ -4,7 +4,7 @@
 unsigned short *EmuScreen=NULL;\r
 int EmuWidth=320,EmuHeight=224;\r
 RECT EmuScreenRect = { 0, 0, 320, 224 };\r
-int picohw_pen_pressed = 0;\r
+int PicoPadAdd = 0;\r
 \r
 static int EmuScan(unsigned int num);\r
 unsigned char *PicoDraw2FB = NULL;\r
@@ -59,7 +59,7 @@ int EmuFrame()
   }\r
 \r
   PicoPad[0]=input;\r
-  if (picohw_pen_pressed) PicoPad[0] |= 0x20;\r
+  PicoPad[0]|=PicoPadAdd;\r
 \r
   PsndOut=(short *)DSoundNext;\r
   PicoFrame();\r