main: minor bugfix
This commit is contained in:
parent
04c9bb825b
commit
3d52b69340
|
@ -108,8 +108,8 @@ AFRAME.registerComponent('isoterminal', {
|
||||||
}
|
}
|
||||||
|
|
||||||
let image = {}
|
let image = {}
|
||||||
//if( this.data.iso.match(/\.iso$/) ) image.cdrom = { url: this.data.iso }
|
if( this.data.iso.match(/\.iso$/) ) image.cdrom = { url: this.data.iso }
|
||||||
//if( this.data.iso.match(/\.bin$/) ) image.bzImage = { url: this.data.iso }
|
if( this.data.iso.match(/\.bin$/) ) image.bzimage = { url: this.data.iso }
|
||||||
|
|
||||||
var emulator = window.emulator = dom.emulator = new V86({ ...image,
|
var emulator = window.emulator = dom.emulator = new V86({ ...image,
|
||||||
wasm_path: "com/isoterminal/v86.wasm",
|
wasm_path: "com/isoterminal/v86.wasm",
|
||||||
|
|
Loading…
Reference in New Issue