From 7fddcc06e11eaeae5acb88bb280f7ace15698d15 Mon Sep 17 00:00:00 2001 From: Jennifer Taylor Date: Sat, 29 Jul 2023 21:53:28 +0000 Subject: [PATCH] Comment on why we aren't supporting multiple DLL versions for SDVX booth catalog. --- bemani/utils/read.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bemani/utils/read.py b/bemani/utils/read.py index ca26a82..2de903b 100644 --- a/bemani/utils/read.py +++ b/bemani/utils/read.py @@ -3613,6 +3613,10 @@ class ImportSDVX(ImportBase): pe = PEFile(data) + # Ideally we would have multiple configurations supported here, like we do for DDR, + # Pop'n, IIDX QPros and Reflec Beat. However, the chances that somebody is trying to + # import non-final SDVX Booth catalog items is low enough that it doesn't seem worth + # it to try to support this. if self.version == VersionConstants.SDVX_BOOTH: offset = 0xFFF28 size = 163