-
When I use SDL.DLL on Windows 98 Second Edition, I get this error:
> The SDL.DLL file is linked to missing export MSVCRT.DLL:_strtoui64
I configure SDL like this:
```
CFLAGS="-march=i486 -O2 -D_…
-
I have put this repository in `/home/{NAME}/.local/share/endless-sky/plugins/endless-sky-zh_CN-l10n`, but when I run endless-sky, it return
```shell
> endless-sky
Skipping unrecognized root object:…
-
Проблема в SDL2 - не получилось вывести экран внутри основного окна приложения, так как в Linux системный дескриптор виджета как окна получить не удалось. Чтобы это исправить, нужно делать отдельное о…
-
**Describe the bug**
On Raspberry Pi (in my case a CM4), when using the default SDL_AUDIODRIVER, audio is incredibly crackly. When setting SDL_AUDIODRIVER to "alsa" (`SDL_AUDIODRIVER=alsa ./sm64.us.f…
-
There should probably be a new release that adds support/requires SDL 2.0.5, released back in 2016.
Most relevant additions from https://forums.libsdl.org/viewtopic.php?t=12160:
- [ ] Text drag/…
-
SDL 2.0.4 has been released with official support for iOS. However, attempting to use BGFX with SDL on iOS results in an exception in glcontext_eagl.mm at `layer.opaque = true;`
Initially it looks li…
-
I installed sdl2 and devkitpro and tried to build this. but keep getting an error that SDL.h doesnt exist, do I have to create it somehow?
-
As discussed on discord, SDL2 does not seem to recognize the PS4 controller as having support for rumble when built with libusb. Building our SDL2 version without libusb or setting the environment var…
-
MPEG is working on updating the SDL reference software. The software is currently hosted on the MPEG private repo http://mpegx.int-evry.fr/software/MPEG/Systems/sdl/sdl-grammar and hopefully will be p…
-
I make a simple xmake.lua file to build on windows with mingw.
```lua
set_project("wipeout-rewrite")
set_languages("c11")
set_allowedplats("linux", "macosx", "mingw", "wasm")
if is_host("wi…