/// <summary> /// Initialises the (only) PS2 instance. /// </summary> public static void Init() { if (ThePS2 == null) { ThePS2 = new PS2(); } ThePS2.Enable(); }