Fixed compiling with the newest controller_patcher lib

This commit is contained in:
Maschell 2018-04-11 15:58:30 +02:00
parent 150d8c19d7
commit 72f7982df5
2 changed files with 3 additions and 3 deletions

View File

@ -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
#
#---------------------------------------------------------------------------------

View File

@ -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>