X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fwin32%2FGenaDrive%2FEmu.cpp;h=75f6f69842d46947fd286b6577fde3e8cfccb7bf;hb=03a265e5ebabff7adbb4f97387f81e9b0428dbee;hp=79938b2ca5551fd4c21327ec2994e42786c22c48;hpb=7c9e6899a2c3fd0dfeafa1c6cda1593741d635d4;p=picodrive.git diff --git a/platform/win32/GenaDrive/Emu.cpp b/platform/win32/GenaDrive/Emu.cpp index 79938b2..75f6f69 100644 --- a/platform/win32/GenaDrive/Emu.cpp +++ b/platform/win32/GenaDrive/Emu.cpp @@ -2,7 +2,7 @@ #include "app.h" unsigned short *EmuScreen=NULL; -int EmuWidth=0,EmuHeight=0; +int EmuWidth=320,EmuHeight=224; static int EmuScan(unsigned int num, void *sdata); unsigned char *PicoDraw2FB = NULL; @@ -66,7 +66,9 @@ int EmuFrame() PicoPad[0]=input; - PsndOut=(short *)DSoundNext; PicoFrame(); PsndOut=NULL; + PsndOut=(short *)DSoundNext; + PicoFrame(); + //PsndOut=NULL; return 0; }