mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-05 17:02: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() {
|
||||
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user