Offically support Sony VAG because we have no own conversion

This commit is contained in:
Jaby
2024-09-28 13:21:32 +02:00
committed by Jaby
parent 2166a8c5b9
commit d47456472e
4 changed files with 1 additions and 11 deletions

View File

@@ -5,7 +5,6 @@
#include <PSX/SPU/spu.hpp>
#include <stdio.hpp>
#ifdef __SUPPORT_VAG__
namespace JabyEngine {
namespace FileProcessor {
struct VAGHeader {
@@ -77,5 +76,4 @@ namespace JabyEngine {
return State::from(VAGState::create(file.voice_number, file.inital_stereo_vol), data_adr, parse_header);
}
}
}
#endif // __SUPPORT_VAG__
}