CSPspEmu.Hle.Modules.http.sceHttp.sceHttpInit C# (CSharp) Method

sceHttpInit() private method

private sceHttpInit ( int heapSize ) : int
heapSize int
return int
        public int sceHttpInit(int heapSize)
        {
            throw(new NotImplementedException());
        }