hoc-sys: add extra features to overlay
This commit is contained in:
BIN
Source/Configurator/dist/hocconfig.exe
vendored
BIN
Source/Configurator/dist/hocconfig.exe
vendored
Binary file not shown.
BIN
Source/Configurator/loader_edit.kip
Normal file
BIN
Source/Configurator/loader_edit.kip
Normal file
Binary file not shown.
@@ -1 +1 @@
|
||||
python3 src/main.py
|
||||
python src/main.py
|
||||
@@ -44,10 +44,10 @@ import misc
|
||||
true = True
|
||||
false = False
|
||||
|
||||
# if getattr(sys, 'frozen', False):
|
||||
assets_path = os.path.join(sys._MEIPASS, 'assets/')
|
||||
# else:
|
||||
# assets_path = os.path.join(os.path.dirname(__file__), '../assets/')
|
||||
if getattr(sys, 'frozen', False):
|
||||
assets_path = os.path.join(sys._MEIPASS, 'assets/')
|
||||
else:
|
||||
assets_path = os.path.join(os.path.dirname(__file__), '../assets/')
|
||||
|
||||
cooler_image_path = assets_path + "coolerhd.png" # coolerHD Emoji from OC server
|
||||
cooler_image = Image.open(cooler_image_path).convert("RGBA")
|
||||
|
||||
@@ -60,6 +60,7 @@ freqs_mhz_cpu = [
|
||||
variables = [
|
||||
("custRev", "u32"),
|
||||
("mtcConf", "u32"),
|
||||
("hpMode", "u32"),
|
||||
("commonCpuBoostClock", "u32"),
|
||||
("commonEmcMemVolt", "u32"),
|
||||
("eristaCpuMaxVolt", "u32"),
|
||||
|
||||
Reference in New Issue
Block a user