This commit is contained in:
SrGooglo 2024-03-16 06:04:45 +01:00
parent e4e86c2c27
commit 696a768017
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ 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`, [`-c ${pkg.install_path}/config`, `-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`])
}, 2000)
})
},