Service/HTTP: stubbed InitializeConnectionSession

This commit is contained in:
B3n30
2018-07-22 15:10:43 +02:00
parent 65c7ed8445
commit 32155cd683
2 changed files with 36 additions and 2 deletions

View File

@@ -141,6 +141,17 @@ private:
*/
void CloseContext(Kernel::HLERequestContext& ctx);
/**
* HTTP_C::InitializeConnectionSession service function
* Inputs:
* 1 : HTTP context handle
* 2 : 0x20, processID translate-header for the ARM11-kernel
* 3 : processID set by the ARM11-kernel
* Outputs:
* 1 : Result of function, 0 on success, otherwise error code
*/
void InitializeConnectionSession(Kernel::HLERequestContext& ctx);
/**
* HTTP_C::AddRequestHeader service function
* Inputs: