public static void Initialise() { Instance = new PlatformRB2WiiDisc(); PlatformDetection.AddSelection(Instance); PlatformDetection.DetectHarmonixArk += new Action <string, Ark, List <Pair <Engine, Game> > >(PlatformDetection_DetectHarmonixArk); }
public static void Initialise() { Instance = new PlatformDJHWiiDisc(); PlatformDetection.AddSelection(Instance); PlatformDetection.DetectDirectoryNode += new Action <string, DirectoryNode, List <Pair <Engine, Game> > >(PlatformDetection_DetectDirectoryNode); }
public static void Initialise() { Instance = new PlatformRB2360RBN(); PlatformDetection.AddSelection(Instance); PlatformDetection.DetectFile += new Action <string, Stream, List <Pair <Engine, Game> > >(PlatformDetection_DetectFile); }