3
0
mirror of https://github.com/XboxDev/nxdk.git synced 2026-02-04 13:45:47 +00:00

Add basic SDL video support (sw render)

This commit is contained in:
Matt Borgerson
2017-04-22 13:08:15 -07:00
parent 840d077d76
commit 63e2355b1b
9 changed files with 454 additions and 1 deletions

4
.gitmodules vendored
View File

@ -4,3 +4,7 @@
[submodule "lib/net/lwip"]
path = lib/net/lwip
url = git://git.savannah.nongnu.org/lwip.git
[submodule "lib/sdl/SDL2"]
path = lib/sdl/SDL2
url = https://github.com/mborgerson/nxdk-sdl.git
branch = nxdk