Browse Source

openslES: Patched to compile.

(whoops.)
Ryan C. Gordon 1 tuần trước cách đây
mục cha
commit
7323104f97
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/audio/openslES/SDL_openslES.c

+ 4 - 0
src/audio/openslES/SDL_openslES.c

@@ -438,6 +438,10 @@ static bool OPENSLES_CreatePCMPlayer(SDL_AudioDevice *device)
             case SDL_AUDIO_S16LE:
             case SDL_AUDIO_F32:
                 break;
+            default:
+                continue;
+            }
+            break;
         }
 
         if (!test_format) {