mirror of
https://github.com/Maschell/hid_to_vpad.git
synced 2024-11-16 11:59:17 +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
|
||||
#---------------------------------------------------------------------------------
|
||||
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">
|
||||
<name>HID to VPAD</name>
|
||||
<coder>Maschell</coder>
|
||||
<version>v0.9i</version>
|
||||
<version>v0.9k</version>
|
||||
<category>tool</category>
|
||||
<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>
|
||||
<long_description>Emulate input using various USB HID devices.
|
||||
</long_description>
|
||||
|
Loading…
Reference in New Issue
Block a user