diff options
| author | Jeod <47716344+JeodC@users.noreply.github.com> | 2026-07-21 07:51:22 -0400 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2026-07-21 10:28:15 -0600 |
| commit | 6e9ee0aaffb6f338551d9fc8fd447e1fe5a03603 (patch) | |
| tree | 1e7326617ccc92d5d92bebf006d614c8e094354e /src/Companion.cpp | |
| parent | 4c8ef537bffe99e55e2087a4f938f1ddb35de815 (diff) | |
BK: Add romhack guards for extraction and soundfontctl factory
Diffstat (limited to 'src/Companion.cpp')
| -rw-r--r-- | src/Companion.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Companion.cpp b/src/Companion.cpp index 59d42a1..27b2472 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -268,6 +268,7 @@ void Companion::Init(const ExportType type, std::atomic<size_t>& assetCount, boo this->RegisterFactory("BK64:MAP", std::make_shared<BK64::MapFactory>()); this->RegisterFactory("BK64:QUIZQ", std::make_shared<BK64::QuizQuestionFactory>()); this->RegisterFactory("BK64:MODEL", std::make_shared<BK64::ModelFactory>()); + this->RegisterFactory("BK64:SOUNDFONT_CTL", std::make_shared<BK64::SoundfontCtlFactory>()); this->RegisterFactory("BK64:SOUNDFONT_TBL", std::make_shared<BK64::SoundfontTblFactory>()); this->RegisterFactory("BK64:SPRITE", std::make_shared<BK64::SpriteFactory>()); #endif |
