From 7d882d99e4a582542d3ccf8010a4bd1b06360ee8 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Sat, 16 Mar 2024 06:06:01 +0100 Subject: [PATCH] update --- manifests/zss.manifest | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifests/zss.manifest b/manifests/zss.manifest index 1851997..5668b00 100644 --- a/manifests/zss.manifest +++ b/manifests/zss.manifest @@ -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) }) },