Example #1
0
 /// <summary>
 /// Initialises the (only) PS2 instance.
 /// </summary>
 public static void Init()
 {
     if (ThePS2 == null)
     {
         ThePS2 = new PS2();
     }
     ThePS2.Enable();
 }
Example #2
0
File: PS2.cs Project: kztao/FlingOS
 /// <summary>
 /// Initialises the (only) PS2 instance.
 /// </summary>
 public static void Init()
 {
     if (ThePS2 == null)
     {
         ThePS2 = new PS2();
     }
     ThePS2.Enable();
 }