feat: Add iidx soundbank hook

> mockup using MF decoder (which by itself is broken, it seems)
> working .s3p unpacking and .2dx packing
> use avs filesystem (read only)
> soundbank patching disabled (missing some logic)
> unity games may be broken (linker)
> related to #1
This commit is contained in:
[ ]
2025-05-22 23:53:19 +09:00
parent 8a5f1b5017
commit 933dcf72a9
4 changed files with 706 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
#pragma once
#include <windows.h>
namespace hooks::bmsb
{
void init(HINSTANCE hmodule);
void deinit(HINSTANCE hmodule);
}