mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -04:00
psp, fix enable sound option
This commit is contained in:
parent
8a553c6b3d
commit
575d224780
1 changed files with 3 additions and 0 deletions
|
@ -494,6 +494,9 @@ void pemu_sound_start(void)
|
|||
|
||||
samples_made = samples_done = 0;
|
||||
|
||||
if (!(currentConfig.EmuOpt & EOPT_EN_SOUND))
|
||||
return;
|
||||
|
||||
if (PicoIn.AHW & PAHW_MCD) {
|
||||
// mp3...
|
||||
if (!mp3_init_done) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue