Inheritance: PspEmulatorComponent
Example #1
0
 public override void InitializeComponent()
 {
     this.HlePspRtc = PspEmulatorContext.GetInstance<PspRtc>();
 }
Example #2
0
 internal PspVirtualTimer(PspRtc PspRtc)
 {
     this.PspRtc = PspRtc;
 }