mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 14:10:51 +10:00
Remove SSE4,1 comment
Closes https://github.com/dortania/OpenCore-Legacy-Patcher/issues/111
This commit is contained in:
@@ -126,14 +126,14 @@ older OS snapshots under Time Machine System Restore.
|
|||||||
'',
|
'',
|
||||||
'If you plan to create the USB for another machine, please select the "Change Model" option in the menu.'
|
'If you plan to create the USB for another machine, please select the "Change Model" option in the menu.'
|
||||||
]
|
]
|
||||||
elif not self.constants.custom_model and self.current_model in ("MacPro3,1", "iMac7,1") and \
|
elif not self.constants.custom_model and self.current_model in ("iMac7,1") and \
|
||||||
"SSE4.1" not in subprocess.run("sysctl machdep.cpu.features".split(), stdout=subprocess.PIPE, stderr=subprocess.STDOUT).stdout.decode():
|
"SSE4.1" not in subprocess.run("sysctl machdep.cpu.features".split(), stdout=subprocess.PIPE, stderr=subprocess.STDOUT).stdout.decode():
|
||||||
in_between = [
|
in_between = [
|
||||||
'Your model requires a CPU upgrade to a CPU supporting SSE4.1+ to be supported by this patcher!',
|
'Your model requires a CPU upgrade to a CPU supporting SSE4.1+ to be supported by this patcher!',
|
||||||
'',
|
'',
|
||||||
f'If you plan to create the USB for another {self.current_model} with SSE4.1+, please select the "Change Model" option in the menu.'
|
f'If you plan to create the USB for another {self.current_model} with SSE4.1+, please select the "Change Model" option in the menu.'
|
||||||
]
|
]
|
||||||
elif self.constants.custom_model in ("MacPro3,1", "iMac7,1"):
|
elif self.constants.custom_model in ("iMac7,1"):
|
||||||
in_between = ["This model is supported",
|
in_between = ["This model is supported",
|
||||||
"However please ensure the CPU has been upgraded to support SSE4.1+"
|
"However please ensure the CPU has been upgraded to support SSE4.1+"
|
||||||
]
|
]
|
||||||
|
|||||||
+1
-1
@@ -114,7 +114,7 @@ Note: In this patcher, Brightness Control is tied to GPU acceleration
|
|||||||
| :--- | :--- | :--- | :--- |
|
| :--- | :--- | :--- | :--- |
|
||||||
| MacPro1,1 | Mid-2006 | <span style="color:red"> NO </span> | 32-Bit Firmware limitation |
|
| MacPro1,1 | Mid-2006 | <span style="color:red"> NO </span> | 32-Bit Firmware limitation |
|
||||||
| MacPro2,1 | Mid-2007 | ^^ | ^^ |
|
| MacPro2,1 | Mid-2007 | ^^ | ^^ |
|
||||||
| MacPro3,1 | Early 2008 | <span style="color:#30BCD5"> YES </span> | - Requires an SSE4.1 CPU Upgrade<br/>- No AppleHDA(Audio) Patching implemented([#76](https://github.com/dortania/OpenCore-Legacy-Patcher/issues/76)) |
|
| MacPro3,1 | Early 2008 | <span style="color:#30BCD5"> YES </span> | - No AppleHDA(Audio) Patching implemented([#76](https://github.com/dortania/OpenCore-Legacy-Patcher/issues/76)) |
|
||||||
| MacPro4,1 | Early 2009 | ^^ | <span style="color:green"> Everything is supported as long as GPU is Metal capable </span> |
|
| MacPro4,1 | Early 2009 | ^^ | <span style="color:green"> Everything is supported as long as GPU is Metal capable </span> |
|
||||||
| MacPro5,1 | Mid-2010, Mid-2012 | ^^ | ^^ |
|
| MacPro5,1 | Mid-2010, Mid-2012 | ^^ | ^^ |
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user