mirror of
https://github.com/Maschell/hid_to_vpad.git
synced 2024-11-19 21:39:14 +01:00
Fix compiling with new libs
This commit is contained in:
parent
1719033114
commit
ead67f3a14
2
Makefile
2
Makefile
@ -74,7 +74,7 @@ MAKEFLAGS += --no-print-directory
|
||||
#---------------------------------------------------------------------------------
|
||||
# any extra libraries we wish to link with the project
|
||||
#---------------------------------------------------------------------------------
|
||||
LIBS := -lgui -lutils -ldynamiclibs -lcontrollerpatcher -lfreetype -lgd -lpng -ljpeg -lz -lmad -lvorbisidec
|
||||
LIBS := -lgui -lutils -lcontrollerpatcher -ldynamiclibs -lfreetype -lgd -lpng -ljpeg -lz -lmad -lvorbisidec
|
||||
#
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
|
@ -5,6 +5,7 @@
|
||||
#include <controller_patcher/ControllerPatcher.hpp>
|
||||
|
||||
#include <dynamic_libs/os_functions.h>
|
||||
#include <dynamic_libs/ax_functions.h>
|
||||
#include <dynamic_libs/gx2_functions.h>
|
||||
#include <dynamic_libs/syshid_functions.h>
|
||||
#include <dynamic_libs/vpad_functions.h>
|
||||
|
Loading…
Reference in New Issue
Block a user