mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-31 01:02:47 +02:00
win32 stuff, SIMPLE_WRITE_SOUND
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@341 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user