1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-11-05 08:26:32 +00:00

Update MakefileApplet

This commit is contained in:
cathery 2019-11-11 22:42:53 +03:00
parent 444288d533
commit 45321fa29d

View File

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