From 72f7982df51c60c227d5f062427d648dbda2c226 Mon Sep 17 00:00:00 2001 From: Maschell Date: Wed, 11 Apr 2018 15:58:30 +0200 Subject: [PATCH] Fixed compiling with the newest controller_patcher lib --- Makefile | 2 +- meta/meta.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 122005f..63f0cb9 100644 --- a/Makefile +++ b/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 # #--------------------------------------------------------------------------------- diff --git a/meta/meta.xml b/meta/meta.xml index bf5a3a9..0cef6b1 100644 --- a/meta/meta.xml +++ b/meta/meta.xml @@ -2,10 +2,10 @@ HID to VPAD Maschell - v0.9i + v0.9k tool https://gbatemp.net/threads/hid-to-vpad.424127/ - 20170427194500 + 20180216193300 USB HID to gamepad input Emulate input using various USB HID devices.