mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 14:53:06 +00:00
Update GPU compatibility message
This commit is contained in:
@@ -190,9 +190,8 @@ class CompatibilityChecker:
|
|||||||
|
|
||||||
if max_supported_gpu_version == min_supported_gpu_version and max_supported_gpu_version == None:
|
if max_supported_gpu_version == min_supported_gpu_version and max_supported_gpu_version == None:
|
||||||
print("")
|
print("")
|
||||||
print("No compatible GPU for macOS was found!")
|
print("You cannot install macOS without a supported GPU.")
|
||||||
if self.hardware_report.get("Motherboard").get("Platform") == "Desktop":
|
print("Please do NOT spam my inbox or issue tracker about this issue anymore!")
|
||||||
print("Consider purchasing a compatible GPU for your system.")
|
|
||||||
print("")
|
print("")
|
||||||
self.utils.request_input()
|
self.utils.request_input()
|
||||||
self.utils.exit_program()
|
self.utils.exit_program()
|
||||||
|
|||||||
Reference in New Issue
Block a user