mirror of
https://github.com/Maschell/hid_to_vpad.git
synced 2024-11-16 20:09:16 +01:00
Fixed compiling with the newest controller_patcher lib
This commit is contained in:
parent
150d8c19d7
commit
72f7982df5
2
Makefile
2
Makefile
@ -72,7 +72,7 @@ MAKEFLAGS += --no-print-directory
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
# any extra libraries we wish to link with the project
|
# any extra libraries we wish to link with the project
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
LIBS := -lgui -lutils -lcontrollerpatcher -ldynamiclibs -lfreetype -lgd -lpng -ljpeg -lz -lmad -lvorbisidec
|
LIBS := -lgui -lcontrollerpatcher -lutils -ldynamiclibs -lfreetype -lgd -lpng -ljpeg -lz -lmad -lvorbisidec
|
||||||
#
|
#
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
<app version="1">
|
<app version="1">
|
||||||
<name>HID to VPAD</name>
|
<name>HID to VPAD</name>
|
||||||
<coder>Maschell</coder>
|
<coder>Maschell</coder>
|
||||||
<version>v0.9i</version>
|
<version>v0.9k</version>
|
||||||
<category>tool</category>
|
<category>tool</category>
|
||||||
<url>https://gbatemp.net/threads/hid-to-vpad.424127/</url>
|
<url>https://gbatemp.net/threads/hid-to-vpad.424127/</url>
|
||||||
<release_date>20170427194500</release_date>
|
<release_date>20180216193300</release_date>
|
||||||
<short_description>USB HID to gamepad input</short_description>
|
<short_description>USB HID to gamepad input</short_description>
|
||||||
<long_description>Emulate input using various USB HID devices.
|
<long_description>Emulate input using various USB HID devices.
|
||||||
</long_description>
|
</long_description>
|
||||||
|
Loading…
Reference in New Issue
Block a user