split VGM ops code

This commit is contained in:
tildearrow 2022-02-18 12:58:36 -05:00
parent c39d3898b4
commit 650beebe99
5 changed files with 1159 additions and 1143 deletions

View file

@ -41,13 +41,6 @@ struct InflateBlock {
}
};
#define addWarning(x) \
if (warnings.empty()) { \
warnings+=x; \
} else { \
warnings+=(String("\n")+x); \
}
bool DivEngine::loadDMF(unsigned char* file, size_t len) {
SafeReader reader=SafeReader(file,len);
warnings="";