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