mirror of
https://github.com/touchHLE/touchHLE.git
synced 2026-01-31 01:25:24 +01:00
This is a squashed merge of the Android branch, the final commit of
which was 3c517a36b1, tagged as
android-before-merge.
@ciciplusplus took the initiative to start porting touchHLE to Android
and got the first version working. @hikari-no-yume's contributions came
later and are mostly fixes and cleanups of various kinds.
There are still various unfinished things in this port, but it's now
in a clean enough state that it no longer needs its own branch.
(Merged pull request by @ciciplusplus, resolves #88.)
Co-authored-by: ciciplusplus <ciciplusplus@gmail.com>
18 lines
524 B
Plaintext
18 lines
524 B
Plaintext
[submodule "stb"]
|
|
path = vendor/stb
|
|
url = https://github.com/nothings/stb.git
|
|
branch = dev
|
|
[submodule "dynarmic"]
|
|
path = vendor/dynarmic
|
|
url = https://github.com/merryhime/dynarmic.git
|
|
[submodule "openal-soft"]
|
|
path = vendor/openal-soft
|
|
url = https://github.com/kcat/openal-soft
|
|
[submodule "vendor/dr_libs"]
|
|
path = vendor/dr_libs
|
|
url = https://github.com/mackron/dr_libs.git
|
|
[submodule "vendor/SDL"]
|
|
path = vendor/SDL
|
|
url = https://github.com/libsdl-org/SDL.git
|
|
branch = 07d0f51fa292895443f563f0cbde4cb3802d87fa
|