From 225ba206bc5379495cb84d8be5cd47e9cafec42e Mon Sep 17 00:00:00 2001 From: dualshock-tools Date: Tue, 13 Aug 2024 10:35:38 +0200 Subject: [PATCH] Add support for BDM-050 --- core.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core.js b/core.js index 031cfdb..c8e428a 100644 --- a/core.js +++ b/core.js @@ -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"); }