瀏覽代碼

Removed 64-bit handling from AudioConvertByteswap

Brick 2 年之前
父節點
當前提交
9f7a22fa45
共有 1 個文件被更改,包括 0 次插入1 次删除
  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