mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 19:24:46 +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)
|
||||
SSNES_ERR("[DirectSound Error]: %s\n", err);
|
||||
SSNES_WARN("[DirectSound error]: %s\n", err);
|
||||
|
||||
if (bytes != CHUNK_SIZE)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user