mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-25 13:35:12 +00:00
Only call WAPI.delay if no network launch args
This commit is contained in:
parent
d9a59aa0ed
commit
5fd6d685d7
1 changed files with 1 additions and 2 deletions
|
@ -370,10 +370,9 @@ int main(int argc, char *argv[]) {
|
|||
djui_panel_modlist_create(NULL);
|
||||
} else {
|
||||
network_init(NT_NONE, false);
|
||||
WAPI.delay(200);
|
||||
}
|
||||
|
||||
WAPI.delay(200);
|
||||
|
||||
// Main loop
|
||||
while (true) {
|
||||
debug_context_reset();
|
||||
|
|
Loading…
Reference in a new issue