Przeglądaj źródła

Removed 64-bit handling from AudioConvertByteswap

Brick 2 lat temu
rodzic
commit
9f7a22fa45
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/audio/SDL_audiocvt.c

+ 0 - 1
src/audio/SDL_audiocvt.c

@@ -254,7 +254,6 @@ static void AudioConvertByteswap(void *dst, const void *src, int num_samples, in
 
         CASESWAP(16);
         CASESWAP(32);
-        CASESWAP(64);
 
 #undef CASESWAP