mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-18 21:30:00 +10:00
Add basic debug toggle
Currently not accessible via user-input
This commit is contained in:
@@ -36,6 +36,11 @@ class Constants:
|
||||
self.custom_mxm_gpu: str = None
|
||||
self.current_gpuv: str = None
|
||||
self.current_gpud: str = None
|
||||
|
||||
# Debug Settings
|
||||
self.opencore_debug = False
|
||||
self.kext_debug = False
|
||||
self.verbose_debug = True
|
||||
# Payload Location
|
||||
# OpenCore
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user