misc.py: Disable T1 patches temporarily

This commit is contained in:
Mykola Grymalyuk
2023-08-01 13:24:41 -06:00
parent 5ecd453c75
commit c9a14e242d

View File

@@ -43,7 +43,6 @@ class BuildMiscellaneous:
self._debug_handling()
self._cpu_friend_handling()
self._general_oc_handling()
self._t1_handling()
def _feature_unlock_handling(self) -> None: