Add basic debug toggle

Currently not accessible via user-input
This commit is contained in:
Mykola Grymalyuk
2021-03-04 09:58:12 -07:00
parent 5cff0a8c6c
commit 3dcc0d0b0b
3 changed files with 14 additions and 1 deletions
+5
View File
@@ -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