From 172c7b313aa896ef134d523b8102aa947632fab7 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Sat, 16 Mar 2024 05:54:42 +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 9986ce1..269136a 100644 --- a/manifests/zss.manifest +++ b/manifests/zss.manifest @@ -34,7 +34,9 @@ module.exports = { await pkg.libraries.rfs.mount(rfs_files[0], undefined, () => { console.log(`RFS Mounted: ${rfs_files[0]}`) 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) => {