Skip to content

Commit

Permalink
Add support for BDM-050
Browse files Browse the repository at this point in the history
  • Loading branch information
dualshock-tools committed Aug 13, 2024
1 parent e93eedd commit 225ba20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ function ds5_hw_to_bm(hw_ver) {
return "BDM-030";
} else if(a == 0x06) {
return "BDM-040";
} else if(a == 0x07) {
return "BDM-050";
} else {
return l("Unknown");
}
Expand Down

0 comments on commit 225ba20

Please sign in to comment.