Small clarification.

This commit is contained in:
Themaister 2011-08-05 13:39:27 +02:00
parent b337856f80
commit ac4219bcde

View File

@ -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)
{ {