Add User-configurable verbose and debug

Closes https://github.com/dortania/Opencore-Legacy-Patcher/issues/10
References https://github.com/dortania/Opencore-Legacy-Patcher/issues/74
This commit is contained in:
Mykola Grymalyuk
2021-03-06 17:22:52 -07:00
parent 00a1e232b4
commit 690ff19b47
11 changed files with 91 additions and 1 deletions
+5 -1
View File
@@ -38,10 +38,14 @@ class Constants:
self.current_gpuv: str = None
self.current_gpud: str = None
# Debug Settings
# Patcher Settings
self.opencore_debug = False
self.kext_debug = False
self.verbose_debug = True
self.os_support = 11.0
self.min_os_support = 11.0
self.max_os_support = 11.0
# Payload Location
# OpenCore
@property