added new

This commit is contained in:
SrGooglo 2024-03-16 04:42:54 +01:00
parent 60f1f0c030
commit 3d5b6a22d1
1 changed files with 24 additions and 0 deletions

24
manifests/zss.manifest Normal file
View File

@ -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 () => {
},
}