http: Reduce sceHttpWaitRequest stub log to debug.

This commit is contained in:
squidbus 2025-01-04 16:16:52 -08:00
parent 79663789bd
commit c106bd8cec

View File

@ -582,8 +582,8 @@ int PS4_SYSV_ABI sceHttpUriUnescape() {
}
int PS4_SYSV_ABI sceHttpWaitRequest() {
LOG_ERROR(Lib_Http, "(STUBBED) called");
return ORBIS_OK;
LOG_DEBUG(Lib_Http, "(STUBBED) called");
return 0; // Number of events returned
}
void RegisterlibSceHttp(Core::Loader::SymbolsResolver* sym) {