Skip to content

Commit

Permalink
Add citron to database
Browse files Browse the repository at this point in the history
  • Loading branch information
kleidis committed Nov 14, 2024
1 parent 91c3139 commit cb364fd
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion network/troppical-database.json
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,19 @@
"exe_path": "cemu.exe",
"has_in_app_updater": true,
"is_from_github": true
},
{
"emulator_name": "Citron",
"emulator_logo": "https://raw.githubusercontent.com/kleidis/Troppical/ba1ad43409d104d44fca424d6d5b7f7927da44d2/network/assets/citron.png",
"emulator_desc": "A Nintendo Switch emulator",
"emulator_owner": "Citron",
"emulator_repo": "Citron",
"emulator_artifact_name": "",
"emulator_platform": "multi",
"emulator_package": "",
"emulator_system": "Switch",
"exe_path": "citron.exe",
"has_in_app_updater": true,
"is_from_github": false
}

]

0 comments on commit cb364fd

Please sign in to comment.