From a0780c6339fa3d8e7ffba9550c2854dedd5b0e9c Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Sat, 16 Mar 2024 05:02:00 +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 f86b2f2..d4d14da 100644 --- a/manifests/zss.manifest +++ b/manifests/zss.manifest @@ -31,7 +31,7 @@ module.exports = { ] }, execute: async (pkg) => { - await pkg.rfs.mount(rfs_files[0]) + 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/main.nsp`]) }, close: async (pkg) => {