Exemplo n.º 1
0
 /// <summary>
 /// 
 /// </summary>
 public override void InitializeComponent()
 {
     this.Config = PspEmulatorContext.PspConfig;
     this.Memory = PspEmulatorContext.GetInstance<PspMemory>();
     this.TextureCache = PspEmulatorContext.GetInstance<TextureCache>();
     this.VertexReader = new VertexReader();
 }