From c3dcb35b332d19b2ccc9b960c87aa9e9223589ec Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Mon, 9 Sep 2024 17:12:31 -0600 Subject: [PATCH] nvidia_kepler.py: Avoid downgrading AppleGVA --- .../sys_patch/patchsets/hardware/graphics/nvidia_kepler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/opencore_legacy_patcher/sys_patch/patchsets/hardware/graphics/nvidia_kepler.py b/opencore_legacy_patcher/sys_patch/patchsets/hardware/graphics/nvidia_kepler.py index 2873f5326..6421a6a28 100644 --- a/opencore_legacy_patcher/sys_patch/patchsets/hardware/graphics/nvidia_kepler.py +++ b/opencore_legacy_patcher/sys_patch/patchsets/hardware/graphics/nvidia_kepler.py @@ -131,7 +131,6 @@ class NvidiaKepler(BaseHardware): return { **LegacyMetal3802(self._xnu_major, self._xnu_minor, self._constants.detected_os_version).patches(), - **BigSurGVA(self._xnu_major, self._xnu_minor, self._constants.detected_os_version).patches(), **MontereyOpenCL(self._xnu_major, self._xnu_minor, self._constants.detected_os_version).patches(), **BigSurOpenCL(self._xnu_major, self._xnu_minor, self._constants.detected_os_version).patches(), **MontereyWebKit(self._xnu_major, self._xnu_minor, self._os_build).patches(),