mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 23:37:46 -04: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:
parent
7c9e6899a2
commit
03a265e5eb
14 changed files with 161 additions and 57 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue