CSPspEmu.Hle.Modules.hpremote.sceHprm.sceHprmReadLatch C# (CSharp) Method

sceHprmReadLatch() private method

private sceHprmReadLatch ( uint Latch ) : int
Latch uint
return int
        public int sceHprmReadLatch(uint* Latch)
        {
            throw(new NotImplementedException());
        }