-
What's the full name of the game (including region) ?
only looked at input config
What's your frontend ? (standalone, libretro, ...) ?
standalone
What's your OS ? (windows, linux, OSX, ...) ?
…
-
Begin using SDL 2 with sdl1.2-compat to start with.
-
只是部分机型有这样现象,解码速度不慢,但是在opengles取render时用时太慢竟然能达到100ms,SDL_VoutOverlay的format采用SDL_FCC_NV12,什么原因呢?
-
Could `sokol` be easily used within a Libretro core? Which boils down to basically:
* Only get OpenGL symbols through a `retro_hw_get_proc_address_t` function (which is an analogue of SDL's `SDL_GL_G…
-
I'm using sdl2 2.0.20 and go-sdl2 0.4.12.
I believe the bug was introduced by the new sdl2 version, as the code worked fine around 2.0.16 with go-sdl2 0.4.10 a few months ago.
The following minim…
ghost updated
3 months ago
-
SDL version 2.30.7
Minimal repro:
```
#include
int main(void) {
SDL_Init(SDL_INIT_VIDEO);
SDL_CreateWindow("", 0, 0, 0, 0, 0);
return 0;
}
```
Steps to repro…
-
Hello! I've been working on [an SDL-like library for Zig (named `seizer`)](https://github.com/leroycep/seizer), but my main focus has been on Linux, specifically Wayland. Recently I split out [the Way…
-
It could be that the libsdl2 packages of ubuntu:mantic/nobel have an ud2 assembler instruction built into them.
So either this is a bug there or newer libsdl2 ought to be used differently than curre…
-
All changes made on this fork are will be useful on original SDL Mixer too. Changes are must be applied accurate and result must be build-able through same set of toolchains as supported on original S…
-
As the title says - it seems you only support REST/Swagger/OpenAPI for the moment. GraphQL would be a nice extension.