mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-11 15:24:05 +09:00
new clcd ui (this will be the new default portable machine)
This commit is contained in:
@@ -9,7 +9,7 @@ let infile = files.open(_G.shell.resolvePathInput(exec_args[2]).full)
|
||||
let outfile = files.open(_G.shell.resolvePathInput(exec_args[3]).full)
|
||||
|
||||
let ipfType = (exec_args[1]|0) - 1
|
||||
let encodefun = ([graphics.decodeIpf1, graphics.decodeIpf2])[ipfType]
|
||||
let encodefun = ([graphics.encodeIpf1, graphics.encodeIpf2])[ipfType]
|
||||
if (encodefun === undefined) throw Error(`Unknown IPF format: ${exec_args[1]}`)
|
||||
|
||||
// read input file
|
||||
|
||||
Reference in New Issue
Block a user