mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-06 17:32:40 +00:00
http: Reduce sceHttpWaitRequest stub log to debug.
This commit is contained in:
parent
79663789bd
commit
c106bd8cec
@ -582,8 +582,8 @@ int PS4_SYSV_ABI sceHttpUriUnescape() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceHttpWaitRequest() {
|
int PS4_SYSV_ABI sceHttpWaitRequest() {
|
||||||
LOG_ERROR(Lib_Http, "(STUBBED) called");
|
LOG_DEBUG(Lib_Http, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return 0; // Number of events returned
|
||||||
}
|
}
|
||||||
|
|
||||||
void RegisterlibSceHttp(Core::Loader::SymbolsResolver* sym) {
|
void RegisterlibSceHttp(Core::Loader::SymbolsResolver* sym) {
|
||||||
|
Loading…
Reference in New Issue
Block a user