mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-28 23:13:02 +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);
|
djui_panel_modlist_create(NULL);
|
||||||
} else {
|
} else {
|
||||||
network_init(NT_NONE, false);
|
network_init(NT_NONE, false);
|
||||||
|
WAPI.delay(200);
|
||||||
}
|
}
|
||||||
|
|
||||||
WAPI.delay(200);
|
|
||||||
|
|
||||||
// Main loop
|
// Main loop
|
||||||
while (true) {
|
while (true) {
|
||||||
debug_context_reset();
|
debug_context_reset();
|
||||||
|
|
Loading…
Reference in a new issue