mirror of
https://github.com/PabloMK7/citra.git
synced 2025-10-11 12:00:03 +00:00
http/ac: Fix failing assert and stub GetConnectingProxyEnable (#6864)
This commit is contained in:
parent
b739bd2632
commit
1f07ab8643
5 changed files with 22 additions and 0 deletions
|
@ -267,6 +267,7 @@ void HTTP_C::ReceiveDataImpl(Kernel::HLERequestContext& ctx, bool timeout) {
|
|||
} else {
|
||||
LOG_WARNING(Service_HTTP, "(STUBBED) called");
|
||||
}
|
||||
[[maybe_unused]] Kernel::MappedBuffer& buffer = rp.PopMappedBuffer();
|
||||
|
||||
if (!PerformStateChecks(ctx, rp, context_handle)) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue