mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2025-04-12 04:00:48 +00:00
java: load etl lib after SDL2 is loaded
This commit is contained in:
parent
f84ee15c4b
commit
f41c024b85
1 changed files with 1 additions and 5 deletions
6
app/src/main/java/org/etlegacy/app/SDLActivity.java
Normal file → Executable file
6
app/src/main/java/org/etlegacy/app/SDLActivity.java
Normal file → Executable file
|
@ -100,11 +100,7 @@ public class SDLActivity extends Activity {
|
|||
protected String[] getLibraries() {
|
||||
return new String[] {
|
||||
"SDL2",
|
||||
// "SDL2_image",
|
||||
// "SDL2_mixer",
|
||||
// "SDL2_net",
|
||||
// "SDL2_ttf",
|
||||
"main"
|
||||
"etl"
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue