mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-10-27 14:38:54 +01:00
win32 stuff, SIMPLE_WRITE_SOUND
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@341 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
5d6ccb3d5b
commit
41ec19af1e
3 changed files with 4 additions and 1 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
#define CASE_SENSITIVE_FS 1 // CS filesystem
|
#define CASE_SENSITIVE_FS 1 // CS filesystem
|
||||||
#define DONT_OPEN_MANY_FILES 0
|
#define DONT_OPEN_MANY_FILES 0
|
||||||
#define REDUCE_IO_CALLS 0
|
#define REDUCE_IO_CALLS 0
|
||||||
|
#define SIMPLE_WRITE_SOUND 0
|
||||||
|
|
||||||
// draw.c
|
// draw.c
|
||||||
#define OVERRIDE_HIGHCOL 0
|
#define OVERRIDE_HIGHCOL 0
|
||||||
|
|
|
||||||
|
|
@ -12,9 +12,10 @@
|
||||||
// pico.c
|
// pico.c
|
||||||
#define CAN_HANDLE_240_LINES 1
|
#define CAN_HANDLE_240_LINES 1
|
||||||
|
|
||||||
|
#define SIMPLE_WRITE_SOUND 0
|
||||||
#define mix_32_to_16l_stereo_lvl mix_32_to_16l_stereo
|
#define mix_32_to_16l_stereo_lvl mix_32_to_16l_stereo
|
||||||
|
|
||||||
#define EL_LOGMASK (EL_ANOMALY|EL_STATUS|EL_SRAMIO|EL_EEPROM|EL_UIO|EL_SVP)
|
#define EL_LOGMASK (EL_ANOMALY|EL_STATUS|EL_SRAMIO|EL_EEPROM|EL_UIO)//|EL_VDPDMA|EL_HVCNT|EL_ASVDP)//|EL_SVP)
|
||||||
// EL_VDPDMA|EL_ASVDP|EL_SR) // |EL_BUSREQ|EL_Z80BNK)
|
// EL_VDPDMA|EL_ASVDP|EL_SR) // |EL_BUSREQ|EL_Z80BNK)
|
||||||
|
|
||||||
//#define dprintf(f,...) printf("%05i:%03i: " f "\n",Pico.m.frame_count,Pico.m.scanline,##__VA_ARGS__)
|
//#define dprintf(f,...) printf("%05i:%03i: " f "\n",Pico.m.frame_count,Pico.m.scanline,##__VA_ARGS__)
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
#define CASE_SENSITIVE_FS 0
|
#define CASE_SENSITIVE_FS 0
|
||||||
#define DONT_OPEN_MANY_FILES 1 // work around the stupid PSP ~10 open file limit
|
#define DONT_OPEN_MANY_FILES 1 // work around the stupid PSP ~10 open file limit
|
||||||
#define REDUCE_IO_CALLS 1 // another workaround
|
#define REDUCE_IO_CALLS 1 // another workaround
|
||||||
|
#define SIMPLE_WRITE_SOUND 0
|
||||||
|
|
||||||
// draw.c
|
// draw.c
|
||||||
#define USE_BGR555 1
|
#define USE_BGR555 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue