Files
Amethyst-Android/.gitmodules
alexytomi 70cd97127c [BROKEN][FIXME]SDL: Add SDL2 compatibility layer
This doesn't actually work, it needs modifying in SDL_dynapi.h so we can
select our libSDL3.so ourselves.

Forking SDL3 sounds like a horrible idea just to change the module name.
2025-09-13 19:59:37 +08:00

10 lines
336 B
Plaintext

[submodule "MobileGlues"]
path = MobileGlues
url = https://github.com/MobileGL-Dev/MobileGlues.git
[submodule "SDL"]
path = app_pojavlauncher/src/main/jni/SDL
url = https://github.com/alexytomi/SDL.git
[submodule "sdl2-compat"]
path = app_pojavlauncher/src/main/jni/sdl2-compat
url = https://github.com/libsdl-org/sdl2-compat.git