Enable TeraScale 2 patches by default on desktops

This commit is contained in:
Mykola Grymalyuk
2021-06-27 23:09:28 -06:00
parent 98da3a16a8
commit 2c4b29400e
4 changed files with 17 additions and 0 deletions

View File

@@ -125,6 +125,10 @@ class PatchSysVolume:
self.unmount_drive()
print("- Patching complete")
print("\nPlease reboot the machine for patches to take effect")
if self.amd_ts2 is True:
print("\nPlease note that with ATI TeraScale 2 GPUs, you may experience colour strobing on reboot")
print("Please use SwitchResX or ResXtreme to force 1 million colours on your monitor to fix this")
print("If you are epileptic, please ask for someone to aid you or set million colour before rebooting")
if self.constants.gui_mode is False:
input("Press [ENTER] to continue")