funny-repo/manifests/zss.manifest

24 lines
637 B
Plaintext

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",
"rfs"
],
install_steps: {
http: "https://storage.ragestudio.net/rs-bundler/dependencies/yuzu-windows-x64.zip"
},
execute: async () => {
},
}