CSPspEmu.Hle.Modules.ge.sceGe_user.sceGeListEnQueue C# (CSharp) Метод

sceGeListEnQueue() приватный Метод

private sceGeListEnQueue ( uint InstructionAddressStart, uint InstructionAddressStall, int CallbackId, PspGeListArgs Args ) : int
InstructionAddressStart uint
InstructionAddressStall uint
CallbackId int
Args CSPspEmu.Core.Gpu.PspGeListArgs
Результат int
        public int sceGeListEnQueue(uint InstructionAddressStart, uint InstructionAddressStall, int CallbackId, PspGeListArgs* Args)
        {
            var DisplayList = _sceGeListEnQueue(InstructionAddressStart, InstructionAddressStall, CallbackId, Args);
            GpuProcessor.EnqueueDisplayListLast(DisplayList);
            return DisplayList.Id;
        }