From 8cd7b0b43bb0282c9fa2839a4b87560643af4610 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Thu, 29 Apr 2021 07:48:32 -0600 Subject: [PATCH] Clarify Imac Metal Setting --- OpenCore-Patcher.command | 2 +- Resources/CliMenu.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenCore-Patcher.command b/OpenCore-Patcher.command index 629787cfc..ab01e2cb8 100755 --- a/OpenCore-Patcher.command +++ b/OpenCore-Patcher.command @@ -101,7 +101,7 @@ system_profiler SPHardwareDataType | grep 'Model Identifier' [f"Enable Verbose Mode:\t\tCurrently {self.constants.verbose_debug}", CliMenu.MenuOptions(self.constants.custom_model or self.current_model, self.constants).change_verbose], [f"Enable OpenCore DEBUG:\t\tCurrently {self.constants.opencore_debug}", CliMenu.MenuOptions(self.constants.custom_model or self.current_model, self.constants).change_oc], [f"Enable Kext DEBUG:\t\t\tCurrently {self.constants.kext_debug}", CliMenu.MenuOptions(self.constants.custom_model or self.current_model, self.constants).change_kext], - [f"Force iMac Metal Patch:\t\tCurrently {self.constants.imac_vendor}", CliMenu.MenuOptions(self.constants.custom_model or self.current_model, self.constants).change_metal], + [f"Assume Metal GPU Always:\t\tCurrently {self.constants.imac_vendor}", CliMenu.MenuOptions(self.constants.custom_model or self.current_model, self.constants).change_metal], [f"Assume Upgraded Wifi Always:\tCurrently {self.constants.wifi_build}", CliMenu.MenuOptions(self.constants.custom_model or self.current_model, self.constants).change_wifi], [f"Set ShowPicker Mode:\t\tCurrently {self.constants.showpicker}", CliMenu.MenuOptions(self.constants.custom_model or self.current_model, self.constants).change_showpicker], [f"Set Vault Mode:\t\t\tCurrently {self.constants.vault}", CliMenu.MenuOptions(self.constants.custom_model or self.current_model, self.constants).change_vault], diff --git a/Resources/CliMenu.py b/Resources/CliMenu.py index e5badad45..97415a0a4 100644 --- a/Resources/CliMenu.py +++ b/Resources/CliMenu.py @@ -206,7 +206,7 @@ Valid options: def change_imac_nvidia(self): Utilities.cls() - Utilities.header(["Force iMac Nvidia Patches"]) + Utilities.header(["Assume Metal GPU Always"]) print("""Specifically for iMac10,x-12,x with Metal Nvidia GPU upgrades By default the patcher will try to detect what hardware is running, however this will enforce iMac Nvidia Build Patches.