Extend detection to other BDM-050

This commit is contained in:
dualshock-tools 2024-08-30 21:21:08 +02:00
parent cdec3b403e
commit 35e81c12a1

View File

@ -58,7 +58,7 @@ function ds5_hw_to_bm(hw_ver) {
return "BDM-030";
} else if(a == 0x06) {
return "BDM-040";
} else if(a == 0x07) {
} else if(a == 0x07 || a == 0x08) {
return "BDM-050";
} else {
return l("Unknown");