XorTroll / uLaunch

:rocket: The themeable Nintendo Switch HOME menu Nintendo forgot to make
https://xortroll.github.io/uLaunch/
GNU General Public License v2.0
611 stars 56 forks source link

[SUGGESTION] Shortcut API #109

Closed jhonatn closed 4 years ago

jhonatn commented 4 years ago

uLaunch could a way to launch NROs with additional parameters, and be set/published by homebrew apps. A clear case of this is RetroArch publishing games into uLaunch, but should a Shortcut API be the way to do it?

ValShaped commented 4 years ago

uLaunch supports sending parameters to homebrew via argv, and reads custom menu configs from a set location; unless there's a need for more IPC, there's nothing stopping homebrew from writing its own configs:

https://github.com/XorTroll/uLaunch/wiki/Entries

XorTroll commented 4 years ago

^^