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