mirror of
https://github.com/libretro/RetroArch
synced 2025-03-16 07:21:03 +00:00
Merge pull request #1252 from lioncash/xaudio
xaudio: Fix a typo in xa_stop
This commit is contained in:
commit
2580f04dd9
@ -82,7 +82,7 @@ static ssize_t xa_write(void *data, const void *buf, size_t size)
|
||||
static bool xa_stop(void *data)
|
||||
{
|
||||
xa_t *xa = (xa_t*)data;
|
||||
xa->is_paused = false;
|
||||
xa->is_paused = true;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user