From 3849f3a2c7b77bb34b5f953d51f1ef2b4bc217c6 Mon Sep 17 00:00:00 2001 From: Fletcher Dunn Date: Wed, 8 Jun 2022 10:39:47 -0700 Subject: [PATCH] Fix for Switch P4:7248965 --- tests/test_connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_connection.cpp b/tests/test_connection.cpp index 5742415..a2ca764 100644 --- a/tests/test_connection.cpp +++ b/tests/test_connection.cpp @@ -1293,5 +1293,5 @@ print_available_tests_and_exit: } #ifdef NN_NINTENDO_SDK -extern "C" void nnMain() { main(); } +extern "C" void nnMain() { main( 0, nullptr ); } #endif