From 45321fa29d90ddd8f30f90335632c6793db8d72b Mon Sep 17 00:00:00 2001 From: cathery Date: Mon, 11 Nov 2019 22:42:53 +0300 Subject: [PATCH] Update MakefileApplet --- MakefileApplet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MakefileApplet b/MakefileApplet index 7e74c20..424eafa 100644 --- a/MakefileApplet +++ b/MakefileApplet @@ -39,9 +39,9 @@ include $(DEVKITPRO)/libnx/switch_rules #--------------------------------------------------------------------------------- TARGET := sys-con BUILD := buildApplet -SOURCES := source SwitchUSB/source ControllerUSB/source ControllerUSB/source/Controllers +SOURCES := source SwitchUSB/source ControllerUSB/source ControllerUSB/source/Controllers ControllerUSB/source/Controllers/XboxOneAdapter inih DATA := data -INCLUDES := include SwitchUSB/include ControllerUSB/include +INCLUDES := include SwitchUSB/include ControllerUSB/include inih #ROMFS := romfs #---------------------------------------------------------------------------------