Improving user experience + multiple fan profiles are now available

This commit is contained in:
ArabPixel
2025-11-19 21:49:38 +01:00
parent 8032ce7e33
commit 114b1f2a97
14 changed files with 158 additions and 57 deletions

View File

@@ -206,7 +206,8 @@ export function load_PUPDecrypt(){
}
export function load_FanThreshold(){
Loadpayloadlocal("./includes/payloads/Bins/Tools/ps4-fan-threshold.bin");
const temp = sessionStorage.getItem('fanTemp');
Loadpayloadlocal(`./includes/payloads/Bins/Tools/fan-thresholds/ps4-fan-threshold${temp}.bin`);
}
export function load_EnableBrowser(){