mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2025-04-13 12:30:57 +00:00
java: it does look for liblibetl.so
Fix it to load just simple libetl.so
This commit is contained in:
parent
9ee6fad492
commit
46c4715170
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,7 @@ public class ETLActivity extends SDLActivity implements JoyStickListener {
|
|||
return new String[] {
|
||||
"hidapi",
|
||||
"SDL2",
|
||||
"etl"
|
||||
"libetl"
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue