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) => {