Skip to content

Commit 557493c

Browse files
committed
Forgot the build files.
1 parent 87a96a6 commit 557493c

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

SerialPrograms/CMakeLists.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -831,10 +831,14 @@ file(GLOB MAIN_SOURCES
831831
Source/NintendoSwitch/Controllers/NintendoSwitch_ProController.h
832832
Source/NintendoSwitch/Controllers/NintendoSwitch_ProControllerWithScheduler.cpp
833833
Source/NintendoSwitch/Controllers/NintendoSwitch_ProControllerWithScheduler.h
834-
Source/NintendoSwitch/Controllers/NintendoSwitch_ProController_SerialPABotBase.cpp
835-
Source/NintendoSwitch/Controllers/NintendoSwitch_ProController_SerialPABotBase.h
836834
Source/NintendoSwitch/Controllers/NintendoSwitch_VirtualControllerState.cpp
837835
Source/NintendoSwitch/Controllers/NintendoSwitch_VirtualControllerState.h
836+
Source/NintendoSwitch/Controllers/SerialPABotBase/NintendoSwitch_PokkenController.cpp
837+
Source/NintendoSwitch/Controllers/SerialPABotBase/NintendoSwitch_PokkenController.h
838+
Source/NintendoSwitch/Controllers/SerialPABotBase/NintendoSwitch_ProController.cpp
839+
Source/NintendoSwitch/Controllers/SerialPABotBase/NintendoSwitch_ProController.h
840+
Source/NintendoSwitch/Controllers/SerialPABotBase/NintendoSwitch_WirelessProController.cpp
841+
Source/NintendoSwitch/Controllers/SerialPABotBase/NintendoSwitch_WirelessProController.h
838842
Source/NintendoSwitch/Controllers/SysbotBase/SysbotBase_Connection.cpp
839843
Source/NintendoSwitch/Controllers/SysbotBase/SysbotBase_Connection.h
840844
Source/NintendoSwitch/Controllers/SysbotBase/SysbotBase_Descriptor.cpp

SerialPrograms/SerialPrograms.pro

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,9 +408,11 @@ SOURCES += \
408408
Source/NintendoSwitch/Commands/NintendoSwitch_Commands_Superscalar.cpp \
409409
Source/NintendoSwitch/Controllers/NintendoSwitch_KeyboardMapping.cpp \
410410
Source/NintendoSwitch/Controllers/NintendoSwitch_ProController.cpp \
411-
Source/NintendoSwitch/Controllers/NintendoSwitch_ProController_SerialPABotBase.cpp \
412411
Source/NintendoSwitch/Controllers/NintendoSwitch_ProControllerWithScheduler.cpp \
413412
Source/NintendoSwitch/Controllers/NintendoSwitch_VirtualControllerState.cpp \
413+
Source/NintendoSwitch/Controllers/SerialPABotBase/NintendoSwitch_PokkenController.cpp \
414+
Source/NintendoSwitch/Controllers/SerialPABotBase/NintendoSwitch_ProController.cpp \
415+
Source/NintendoSwitch/Controllers/SerialPABotBase/NintendoSwitch_WirelessProController.cpp \
414416
Source/NintendoSwitch/Controllers/SysbotBase/SysbotBase_Connection.cpp \
415417
Source/NintendoSwitch/Controllers/SysbotBase/SysbotBase_Descriptor.cpp \
416418
Source/NintendoSwitch/Controllers/SysbotBase/SysbotBase_ProController.cpp \
@@ -1574,9 +1576,11 @@ HEADERS += \
15741576
Source/NintendoSwitch/Commands/NintendoSwitch_Messages_Superscalar.h \
15751577
Source/NintendoSwitch/Controllers/NintendoSwitch_KeyboardMapping.h \
15761578
Source/NintendoSwitch/Controllers/NintendoSwitch_ProController.h \
1577-
Source/NintendoSwitch/Controllers/NintendoSwitch_ProController_SerialPABotBase.h \
15781579
Source/NintendoSwitch/Controllers/NintendoSwitch_ProControllerWithScheduler.h \
15791580
Source/NintendoSwitch/Controllers/NintendoSwitch_VirtualControllerState.h \
1581+
Source/NintendoSwitch/Controllers/SerialPABotBase/NintendoSwitch_PokkenController.h \
1582+
Source/NintendoSwitch/Controllers/SerialPABotBase/NintendoSwitch_ProController.h \
1583+
Source/NintendoSwitch/Controllers/SerialPABotBase/NintendoSwitch_WirelessProController.h \
15801584
Source/NintendoSwitch/Controllers/SysbotBase/SysbotBase_Connection.h \
15811585
Source/NintendoSwitch/Controllers/SysbotBase/SysbotBase_Descriptor.h \
15821586
Source/NintendoSwitch/Controllers/SysbotBase/SysbotBase_ProController.h \

0 commit comments

Comments
 (0)