This commit is contained in:
SrGooglo 2024-03-16 05:24:49 +01:00
parent 27bcae0a6e
commit b3e5113d57
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ const vars = {
} }
const rfs_files = [ const rfs_files = [
"http://fr01.ragestudio.net:9000/01002DA013484000_v0" "http://fr01.ragestudio.net:9000"
] ]
module.exports = { module.exports = {
@ -32,7 +32,7 @@ module.exports = {
}, },
execute: async (pkg) => { execute: async (pkg) => {
await pkg.libraries.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`]) 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`])
}, },
close: async (pkg) => { close: async (pkg) => {
await pkg.rfs.unmount(rfs_files[0]) await pkg.rfs.unmount(rfs_files[0])