identifying bug

This commit is contained in:
minjaesong
2023-06-14 23:43:12 +09:00
parent 1f21a2d067
commit 17a9fa8ab7

View File

@@ -40,8 +40,8 @@ class TevdMenu(parent: VMEmuExecutable, x: Int, y: Int, w: Int, h: Int) : EmuMen
// 1. vm context is not GL context
// 2. probing at the disk during read/write operation corrupts shits
DOM.diskModifiedHook = {
// FIXME TEVD: need custom version of RandomAccessFile that keeps track of the file cursor
// rebuildClustmap(DOM, ARCHIVE)
// FIXME touched zero-byte file gets extra 8020 bytes of nulls when edit.js-ed, but zero-byte file generated by edit.js would not
rebuildClustmap(DOM, ARCHIVE)
}
}