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