Skip to content

Commit

Permalink
psp, fix enable sound option
Browse files Browse the repository at this point in the history
  • Loading branch information
irixxxx committed Nov 23, 2023
1 parent 6115856 commit 17417c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platform/psp/emu.c
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,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) {
Expand Down

0 comments on commit 17417c5

Please sign in to comment.