update
This commit is contained in:
parent
738bbf4f2f
commit
172c7b313a
|
@ -34,7 +34,9 @@ module.exports = {
|
||||||
await pkg.libraries.rfs.mount(rfs_files[0], undefined, () => {
|
await pkg.libraries.rfs.mount(rfs_files[0], undefined, () => {
|
||||||
console.log(`RFS Mounted: ${rfs_files[0]}`)
|
console.log(`RFS Mounted: ${rfs_files[0]}`)
|
||||||
console.log(`Executing game engine...`)
|
console.log(`Executing game engine...`)
|
||||||
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`])
|
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)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
close: async (pkg) => {
|
close: async (pkg) => {
|
||||||
|
|
Loading…
Reference in New Issue