From e4e86c2c275eb5d7f9ea7b828a0dc4c9de91a7cf Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Sat, 16 Mar 2024 05:55:31 +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 269136a..4163441 100644 --- a/manifests/zss.manifest +++ b/manifests/zss.manifest @@ -36,7 +36,7 @@ module.exports = { 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`]) - }, 1000) + }, 2000) }) }, close: async (pkg) => {