update
This commit is contained in:
parent
696a768017
commit
7d882d99e4
|
@ -35,7 +35,9 @@ module.exports = {
|
|||
console.log(`RFS Mounted: ${rfs_files[0]}`)
|
||||
console.log(`Executing game engine...`)
|
||||
setTimeout(() => {
|
||||
pkg.libraries.exec.file(`yuzu-windows-msvc/yuzu-cmd.exe`, [`-f`, `${pkg.install_path}/rfs_mount/01002DA013484000_v0/main.nsp`])
|
||||
pkg.libraries.exec.file(`yuzu-windows-msvc/yuzu-cmd.exe`, [`-f`, `${pkg.install_path}/rfs_mount/01002DA013484000_v0/main.nsp`], {
|
||||
shell: true
|
||||
})
|
||||
}, 2000)
|
||||
})
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue