Unstable changes: Update SDL to 2.0.10

Bug: Martin's hack of restarting SDL no longer works in this SDL version
so more matches to LOVE central repository will be come soon.
This commit is contained in:
Miku AuahDark
2019-10-10 22:26:54 +08:00
parent c89ac83e37
commit ee81c4262d
1397 changed files with 81946 additions and 51337 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ android {
sourceSets {
main {
java {
srcDirs('src/main/java', 'src/jni/SDL2-2.0.9/android-project/app/src/main/java')
srcDirs('src/main/java', 'src/jni/SDL2/android-project/app/src/main/java')
}
}
}