Revert stubbed InitializeConnectionSession

This commit is contained in:
B3n30
2018-07-22 16:48:06 +02:00
parent 32155cd683
commit 5af6a1d8ee
2 changed files with 1 additions and 35 deletions

View File

@@ -141,17 +141,6 @@ 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: