mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-22 08:11:06 +00:00
Don't try to load hidapi at startup on Android
This commit is contained in:
parent
33735d5997
commit
544d2e6aa0
|
@ -164,7 +164,6 @@ public class SDLActivity extends Activity implements View.OnSystemUiVisibilityCh
|
||||||
*/
|
*/
|
||||||
protected String[] getLibraries() {
|
protected String[] getLibraries() {
|
||||||
return new String[] {
|
return new String[] {
|
||||||
"hidapi",
|
|
||||||
"SDL2",
|
"SDL2",
|
||||||
// "SDL2_image",
|
// "SDL2_image",
|
||||||
// "SDL2_mixer",
|
// "SDL2_mixer",
|
||||||
|
|
Loading…
Reference in a new issue