mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
VGM export: extended header length should be 12
This commit is contained in:
parent
7486bb17f4
commit
206fb119aa
1 changed files with 1 additions and 1 deletions
|
@ -1567,7 +1567,7 @@ SafeWriter* DivEngine::saveVGM(bool* sysToExport, bool loop, int version, bool p
|
|||
unsigned int exHeaderOff=w->tell();
|
||||
if (version>=0x170) {
|
||||
logD("writing extended header...");
|
||||
w->writeI(8);
|
||||
w->writeI(12);
|
||||
w->writeI(0);
|
||||
w->writeI(4);
|
||||
|
||||
|
|
Loading…
Reference in a new issue