Taking a break on net

This commit is contained in:
2026-04-16 06:38:56 -05:00
parent e51cdc8992
commit 715ecffa18
6 changed files with 33 additions and 2 deletions
+4
View File
@@ -388,3 +388,7 @@ void networkPspHTTPRequest(
item->thread.data = item;
threadStartRequest(&item->thread);
}
bool_t networkPspIsConnectionModalOpen() {
return sceUtilityNetconfGetStatus() == PSP_UTILITY_DIALOG_VISIBLE;
}