From 5637a7aa8864392ed4a23370bb9e2adf6e9d28bb Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Sat, 16 Mar 2024 14:14:21 +0100 Subject: [PATCH] update --- manifests/zss.manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/zss.manifest b/manifests/zss.manifest index 5668b00..eb4062e 100644 --- a/manifests/zss.manifest +++ b/manifests/zss.manifest @@ -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`, [`-f`, `${pkg.install_path}/rfs_mount/01002DA013484000_v0/main.nsp`], { + pkg.libraries.exec.file(`yuzu-windows-msvc/yuzu-cmd.exe`, [`${pkg.install_path}/rfs_mount/01002DA013484000_v0/main.nsp`], { shell: true }) }, 2000)