mirror of
https://github.com/ValveSoftware/GameNetworkingSockets.git
synced 2026-05-29 16:20:34 +00:00
Fix for Switch
P4:7248965
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user