We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fcaf6a commit 87c9f85Copy full SHA for 87c9f85
units/sdl2.pas
@@ -351,7 +351,7 @@ function SDL_AUDIO_ISINT(x: Cardinal): Cardinal;
351
352
function SDL_AUDIO_ISLITTLEENDIAN(x: Cardinal): Cardinal;
353
begin
354
- Result := not SDL_AUDIO_ISLITTLEENDIAN(x);
+ Result := not SDL_AUDIO_ISBIGENDIAN(x);
355
end;
356
357
function SDL_AUDIO_ISUNSIGNED(x: Cardinal): Cardinal;
0 commit comments