From 35e81c12a1957d5423b517537983e97f626be91a Mon Sep 17 00:00:00 2001 From: dualshock-tools Date: Fri, 30 Aug 2024 21:21:08 +0200 Subject: [PATCH] Extend detection to other BDM-050 --- core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.js b/core.js index 60d722b..d333413 100644 --- a/core.js +++ b/core.js @@ -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");