Increment Binaries

This commit is contained in:
Mykola Grymalyuk
2021-08-11 22:24:33 -06:00
parent 7b0b9ea18b
commit f0c282cbbc
14 changed files with 16 additions and 255 deletions
-6
View File
@@ -758,12 +758,6 @@ class BuildOpenCore:
self.spoofed_model = self.model
minimal_serial_patch(self)
if self.constants.download_ram is False:
self.config["PlatformInfo"].pop("Memory")
else:
print("- Inserting 1.5TB of RAM into your Mac")
self.config["PlatformInfo"]["CustomMemory"] = True
# USB Map and CPUFriend Patching
if (
self.constants.allow_oc_everywhere is False