added new
This commit is contained in:
parent
60f1f0c030
commit
3d5b6a22d1
|
@ -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 () => {
|
||||||
|
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in New Issue