29 lines
696 B
Plaintext
29 lines
696 B
Plaintext
const vars = {
|
|
version: "1.0.1",
|
|
id: "zelda-skyward_sword_hd",
|
|
icon: "https://upload.wikimedia.org/wikipedia/commons/9/91/The_Legend_of_Zelda_Skyward_Sword.png",
|
|
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_downloads: [
|
|
{
|
|
url: "https://storage.ragestudio.net/rs-bundler/dependencies/yuzu-windows-x64.zip",
|
|
extract: "./"
|
|
}
|
|
]
|
|
},
|
|
execute: async () => {
|
|
|
|
},
|
|
} |