update
This commit is contained in:
parent
172c7b313a
commit
e4e86c2c27
|
@ -36,7 +36,7 @@ module.exports = {
|
|||
console.log(`Executing game engine...`)
|
||||
setTimeout(() => {
|
||||
pkg.libraries.exec.file(`yuzu-windows-msvc/yuzu-cmd.exe`, [`-c ${pkg.install_path}/config`, `-f`, `${pkg.install_path}/rfs_mount/01002DA013484000_v0/main.nsp`])
|
||||
}, 1000)
|
||||
}, 2000)
|
||||
})
|
||||
},
|
||||
close: async (pkg) => {
|
||||
|
|
Loading…
Reference in New Issue