mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Removed 64-bit handling from AudioConvertByteswap
This commit is contained in:
parent
1f5327a9fb
commit
9f7a22fa45
1 changed files with 0 additions and 1 deletions
|
|
@ -254,7 +254,6 @@ static void AudioConvertByteswap(void *dst, const void *src, int num_samples, in
|
|||
|
||||
CASESWAP(16);
|
||||
CASESWAP(32);
|
||||
CASESWAP(64);
|
||||
|
||||
#undef CASESWAP
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue