VGM export: new ripper name

This commit is contained in:
tildearrow 2023-08-12 16:55:23 -05:00
parent 4214bdee71
commit d7de177d26
1 changed files with 1 additions and 1 deletions

View File

@ -2562,7 +2562,7 @@ SafeWriter* DivEngine::saveVGM(bool* sysToExport, bool loop, int version, bool p
ws=utf8To16(song.authorJ.c_str());
w->writeWString(ws,false); // japanese author name
w->writeS(0); // date
w->writeWString(L"Furnace Tracker",false); // ripper
w->writeWString(L"Furnace (chiptune tracker)",false); // ripper
w->writeS(0); // notes
int gd3Len=w->tell()-gd3Off-12;