mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-25 04:06:18 +00:00
Small clarification.
This commit is contained in:
parent
b337856f80
commit
ac4219bcde
@ -91,7 +91,7 @@ static inline void* grab_chunk(dsound_t *ds, DWORD write_ptr)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (err)
|
if (err)
|
||||||
SSNES_ERR("[DirectSound Error]: %s\n", err);
|
SSNES_WARN("[DirectSound error]: %s\n", err);
|
||||||
|
|
||||||
if (bytes != CHUNK_SIZE)
|
if (bytes != CHUNK_SIZE)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user