public override void InitializeComponent() { this.Callbacks = new HleUidPool <HleCallback>(); this.ScheduledCallbacks = new Queue <HleCallback>(); this.CpuProcessor = PspEmulatorContext.GetInstance <CpuProcessor>(); this.HleInterop = PspEmulatorContext.GetInstance <HleInterop>(); }
private HleCallbackManager() { Callbacks = new HleUidPool <HleCallback>(); }
public override void InitializeComponent() { Semaphores = new HleUidPool <HleSemaphore>(); }