Esempio n. 1
0
        private static void PreloaderMain()
        {
            if (Preloader.ConfigApplyRuntimePatches.Value)
            {
                XTermFix.Apply();
            }

            Preloader.Run();
        }
        private static void PreloaderMain()
        {
            if (UnityPreloader.ConfigApplyRuntimePatches.Value)
            {
                XTermFix.Apply();
                ConsoleSetOutFix.Apply();
            }

            UnityPreloader.Run();
        }
Esempio n. 3
0
        private static void PreloaderMain()
        {
            PlatformUtils.SetPlatform();

            if (UnityPreloader.ConfigApplyRuntimePatches.Value)
            {
                XTermFix.Apply();
                ConsoleSetOutFix.Apply();
            }

            UnityPreloader.Run(EnvVars.DOORSTOP_MANAGED_FOLDER_DIR);
        }