Comment on why we aren't supporting multiple DLL versions for SDVX booth catalog.
This commit is contained in:
parent
1205e4dcba
commit
7fddcc06e1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user