pizzaboxer / bloxstrap

An alternative bootstrapper for Roblox with a bunch of extra features.
MIT License
1.39k stars 211 forks source link

[REQ] Software rendering toggle in Settings.json #1273

Open bluepilledgreat opened 4 months ago

bluepilledgreat commented 4 months ago

Acknowledgement of preliminary instructions

What idea do you have?

Reminder for me to implement this

        protected override void OnSourceInitialized(EventArgs e)
        {
            var hwndSource = PresentationSource.FromVisual(this) as HwndSource;

            if (hwndSource != null)
                hwndSource.CompositionTarget.RenderMode = RenderMode.SoftwareOnly;

            base.OnSourceInitialized(e);
        }
pizzaboxer commented 4 months ago

Would also need to be a command-line launch option too