mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-06-17 22:32:43 +00:00
Use range from evdev device for gamepad input
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
rm *.o libnv_io.so
|
||||
gcc -I $JAVA_HOME/include -I $JAVA_HOME/include/linux -fPIC -L. -c *.c
|
||||
gcc -shared -Wl,-soname,libnv_io.so -Wl,--no-undefined -o libnv_io.so *.o -L.
|
||||
rm *.o
|
||||
Reference in New Issue
Block a user