mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
bugfix for SIMPLE_WRITE_SOUND
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@342 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
03a265e5eb
commit
e0978fa87d
3 changed files with 3 additions and 5 deletions
|
@ -13,7 +13,7 @@ int LoopInit()
|
|||
// bits LSb->MSb:
|
||||
// enable_ym2612&dac, enable_sn76496, enable_z80, stereo_sound;
|
||||
// alt_renderer, 6button_gamepad, accurate_timing, accurate_sprites
|
||||
PicoOpt=0xbcc7;
|
||||
PicoOpt=0xbccf;
|
||||
PsndRate=44100;
|
||||
|
||||
// Init Direct3D:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue