mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2025-04-12 04:00:48 +00:00
java: this fixes issue with SDL could not found "hidapi" on armv7-a devices
This commit is contained in:
parent
fa962f240c
commit
af1701016b
1 changed files with 1 additions and 0 deletions
|
@ -347,6 +347,7 @@ public class ETLActivity extends SDLActivity implements JoyStickListener
|
|||
@Override
|
||||
protected String[] getLibraries() {
|
||||
return new String[] {
|
||||
"hidapi",
|
||||
"SDL2",
|
||||
"etl"
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue