mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-11-07 03:04:29 +00:00
Removed 64-bit handling from AudioConvertByteswap
This commit is contained in:
@@ -254,7 +254,6 @@ static void AudioConvertByteswap(void *dst, const void *src, int num_samples, in
|
|||||||
|
|
||||||
CASESWAP(16);
|
CASESWAP(16);
|
||||||
CASESWAP(32);
|
CASESWAP(32);
|
||||||
CASESWAP(64);
|
|
||||||
|
|
||||||
#undef CASESWAP
|
#undef CASESWAP
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user