Пример #1
0
        public static void Initialise()
        {
            Instance = new PlatformRB2WiiDisc();

            PlatformDetection.AddSelection(Instance);
            PlatformDetection.DetectHarmonixArk += new Action <string, Ark, List <Pair <Engine, Game> > >(PlatformDetection_DetectHarmonixArk);
        }
Пример #2
0
        public static void Initialise()
        {
            Instance = new PlatformDJHWiiDisc();

            PlatformDetection.AddSelection(Instance);
            PlatformDetection.DetectDirectoryNode += new Action <string, DirectoryNode, List <Pair <Engine, Game> > >(PlatformDetection_DetectDirectoryNode);
        }
Пример #3
0
        public static void Initialise()
        {
            Instance = new PlatformRB2360RBN();

            PlatformDetection.AddSelection(Instance);
            PlatformDetection.DetectFile += new Action <string, Stream, List <Pair <Engine, Game> > >(PlatformDetection_DetectFile);
        }