mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-11 07:14:04 +09:00
identifying bug
This commit is contained in:
@@ -40,8 +40,8 @@ class TevdMenu(parent: VMEmuExecutable, x: Int, y: Int, w: Int, h: Int) : EmuMen
|
|||||||
// 1. vm context is not GL context
|
// 1. vm context is not GL context
|
||||||
// 2. probing at the disk during read/write operation corrupts shits
|
// 2. probing at the disk during read/write operation corrupts shits
|
||||||
DOM.diskModifiedHook = {
|
DOM.diskModifiedHook = {
|
||||||
// FIXME TEVD: need custom version of RandomAccessFile that keeps track of the file cursor
|
// 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)
|
rebuildClustmap(DOM, ARCHIVE)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user