refactor: Add transcoding support for more styles
> some styles still won't work due to SOUND DATA CREATE ERROR > related to #1
This commit is contained in:
+2
-2
@@ -376,7 +376,7 @@ namespace games::iidx {
|
||||
cfgmgr32hook_init(avs::game::DLL_INSTANCE);
|
||||
|
||||
// wine fixes
|
||||
hooks::bmsb::init(avs::game::DLL_INSTANCE);
|
||||
hooks::bmsb::init(avs::game::DLL_INSTANCE, avs::game::EXT);
|
||||
|
||||
}
|
||||
|
||||
@@ -414,7 +414,7 @@ namespace games::iidx {
|
||||
"!!! please do the following instead: !!!\n"
|
||||
"!!! !!!\n"
|
||||
"!!! Revert your changes to XML file so it says !!!\n"
|
||||
"!!! <model __type=\"str\">LDJ</model> !!!\n"
|
||||
"!!! <model __type=\"str\">LDJ</model> !!!\n"
|
||||
"!!! !!!\n"
|
||||
"!!! In SpiceCfg, enable 'IIDX TDJ Mode' or provide -iidxtdj flag !!!\n"
|
||||
"!!! in command line !!!\n"
|
||||
|
||||
Reference in New Issue
Block a user