mirror of
https://github.com/libretro/RetroArch
synced 2025-02-04 21:40:02 +00:00
Minor fix.
This commit is contained in:
parent
a5079bdda1
commit
673d0ed1a2
@ -144,7 +144,7 @@ static bool ps3_audio_start(void *data)
|
||||
{
|
||||
ps3_audio_t *aud = data;
|
||||
cellAudioPortStart(aud->audio_port);
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
static void ps3_audio_set_nonblock_state(void *data, bool state)
|
||||
|
Loading…
x
Reference in New Issue
Block a user