CSPspEmu.Core.Gpu.GpuDisplayList.CallRelativeOffset C# (CSharp) Method

CallRelativeOffset() private method

private CallRelativeOffset ( uint Address ) : void
Address uint
return void
        internal void CallRelativeOffset(uint Address)
        {
            CallStack.Push(InstructionAddressCurrent);
            CallStack.Push((uint)GpuStateStructPointer->BaseOffset);
            //CallStack.Push(InstructionAddressCurrent);
            JumpRelativeOffset(Address);
            //throw new NotImplementedException();
        }