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