1
0
mirror of synced 2025-02-17 11:18:33 +01:00

Comment on why we aren't supporting multiple DLL versions for SDVX booth catalog.

This commit is contained in:
Jennifer Taylor 2023-07-29 21:53:28 +00:00
parent 1205e4dcba
commit 7fddcc06e1

View File

@ -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