8.00-8.52 are now supported

This commit is contained in:
Al Azif
2025-06-03 17:01:27 -07:00
parent bcbca6a727
commit a74538dee4
6 changed files with 15 additions and 12 deletions

View File

@@ -60,6 +60,8 @@ const [is_ps4, version] = (() => {
throw RangeError(`invalid config.target: ${hex(value)}`);
}
log(`Console: PS${is_ps4 ? "4" : "5"} | Firmware: ${hex(version)}`);
return [is_ps4, version];
})();