From 3d5b6a22d180aab3394a55f70d787adbc17c852b Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Sat, 16 Mar 2024 04:42:54 +0100 Subject: [PATCH] added new --- manifests/zss.manifest | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 manifests/zss.manifest diff --git a/manifests/zss.manifest b/manifests/zss.manifest new file mode 100644 index 0000000..a410748 --- /dev/null +++ b/manifests/zss.manifest @@ -0,0 +1,24 @@ +const vars = { + version: "1.0.1", + id: "01002DA013484000", + icon: "https://static.wikia.nocookie.net/zelda/images/9/91/The_Legend_of_Zelda_Skyward_Sword.png/revision/latest?cb=20120205173917&path-prefix=es", + name: "The Legend of Zelda: Skyward Sword HD", + author: "Nintendo XD", + description: "FileStream API Test" +} + +module.exports = { + ...vars, + executable: true, + rsb_minimun_version: "0.12.0", + import_libs: [ + "ipc", + "ffs" + ], + install_steps: { + http: "https://storage.ragestudio.net/rs-bundler/dependencies/yuzu-windows-x64.zip" + }, + execute: async () => { + + }, +} \ No newline at end of file