mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-11 07:14:04 +09:00
device files are mounted under the drive letter of dollarsign
This commit is contained in:
@@ -26,7 +26,7 @@ if (!magicMatching) {
|
||||
}
|
||||
|
||||
// decode input image
|
||||
let ipfFile = files.open("FBIPF")
|
||||
let ipfFile = files.open("$:/FBIPF")
|
||||
graphics.clearText(); graphics.clearPixels(0); graphics.clearPixels2(0)
|
||||
ipfFile.pwrite(infilePtr, infile.size, 0)
|
||||
sys.free(infilePtr)
|
||||
|
||||
Reference in New Issue
Block a user