From 6a86a492b26aa301c6e1032908cd91edda76996d Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Sat, 16 Mar 2024 05:48:14 +0100 Subject: [PATCH] update --- manifests/zss.manifest | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manifests/zss.manifest b/manifests/zss.manifest index 0d941e3..056c783 100644 --- a/manifests/zss.manifest +++ b/manifests/zss.manifest @@ -32,7 +32,10 @@ module.exports = { }, execute: async (pkg) => { await pkg.libraries.rfs.mount(rfs_files[0]) - await pkg.libraries.exec.file(`${pkg.install_path}/yuzu-windows-msvc/yuzu-cmd.exe`, [`-c ${pkg.install_path}/config`, `-f`, `${pkg.install_path}/rfs_mount/01002DA013484000_v0/main.nsp`]) + console.log(`RFS Mounted: ${rfs_files[0]}`) + + console.log(`Executing game engine...`) + await 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`]) }, close: async (pkg) => { await pkg.rfs.unmount(rfs_files[0])