Navigation Menu

Skip to content

Commit

Permalink
Increasing the shutdown delay so that there will be at least one "4=s…
Browse files Browse the repository at this point in the history
…ceUtilityNetconfGetStatus()" after "0=sceUtilityNetconfShutdownStart()" instead of directly to "0=sceUtilityNetconfGetStatus()" (just like what happen when using utility.prx file with KHBBS on JPCSP)
  • Loading branch information
anr2me committed Sep 4, 2020
1 parent 6a9cf0f commit 7d2236d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Dialog/PSPNetconfDialog.cpp
Expand Up @@ -45,7 +45,7 @@ static const float FONT_SCALE = 0.65f;

// Needs testing.
const static int NET_INIT_DELAY_US = 300000;
const static int NET_SHUTDOWN_DELAY_US = 26000;
const static int NET_SHUTDOWN_DELAY_US = 260000;
const static int NET_RUNNING_DELAY_US = 1000000; // KHBBS is showing adhoc dialog for about 3-4 seconds, but feels too long, so we're faking it to 1 sec instead to let players read the text
const static int NET_CONNECT_TIMEOUT = 5000000;

Expand Down

0 comments on commit 7d2236d

Please sign in to comment.