@@ -282,12 +282,11 @@ SOURCES += \
282282 Source/CommonFramework/Tools/DebugDumper.cpp \
283283 Source/CommonFramework/Tools/ErrorDumper.cpp \
284284 Source/CommonFramework/Tools/FileDownloader.cpp \
285- Source/CommonFramework/Tools/InterruptableCommands.cpp \
285+ Source/CommonFramework/Tools/InterruptableCommands.tpp \
286286 Source/CommonFramework/Tools/MultiConsoleErrors.cpp \
287287 Source/CommonFramework/Tools/ProgramEnvironment.cpp \
288288 Source/CommonFramework/Tools/StatsDatabase.cpp \
289289 Source/CommonFramework/Tools/StatsTracking.cpp \
290- Source/CommonFramework/Tools/SuperControlSession.cpp \
291290 Source/CommonFramework/Tools/VideoResolutionCheck.cpp \
292291 Source/CommonFramework/Tools/VideoStream.cpp \
293292 Source/CommonFramework/VideoPipeline/Backends/CameraImplementations.cpp \
@@ -395,6 +394,7 @@ SOURCES += \
395394 Source/NintendoSwitch/Commands/NintendoSwitch_Commands_PushButtons.cpp \
396395 Source/NintendoSwitch/Commands/NintendoSwitch_Commands_Routines.cpp \
397396 Source/NintendoSwitch/Commands/NintendoSwitch_Commands_Superscalar.cpp \
397+ Source/NintendoSwitch/Controllers/NintendoSwitch_Controller.cpp \
398398 Source/NintendoSwitch/DevPrograms/BoxDraw.cpp \
399399 Source/NintendoSwitch/DevPrograms/TestProgramComputer.cpp \
400400 Source/NintendoSwitch/DevPrograms/TestProgramSwitch.cpp \
@@ -1382,11 +1382,13 @@ HEADERS += \
13821382 Source/CommonFramework/Tools/ErrorDumper.h \
13831383 Source/CommonFramework/Tools/FileDownloader.h \
13841384 Source/CommonFramework/Tools/InterruptableCommands.h \
1385+ Source/CommonFramework/Tools/InterruptableCommands.tpp \
13851386 Source/CommonFramework/Tools/MultiConsoleErrors.h \
13861387 Source/CommonFramework/Tools/ProgramEnvironment.h \
13871388 Source/CommonFramework/Tools/StatsDatabase.h \
13881389 Source/CommonFramework/Tools/StatsTracking.h \
13891390 Source/CommonFramework/Tools/SuperControlSession.h \
1391+ Source/CommonFramework/Tools/SuperControlSession.tpp \
13901392 Source/CommonFramework/Tools/VideoResolutionCheck.h \
13911393 Source/CommonFramework/Tools/VideoStream.h \
13921394 Source/CommonFramework/VideoPipeline/Backends/CameraImplementations.h \
0 commit comments