Hartie95 / fastCFWswitch

Overlay to reboot into payloads on the nintendo switch
GNU General Public License v2.0
152 stars 9 forks source link

Feature request: Run .nro file #19

Closed dnsBlah closed 1 year ago

dnsBlah commented 1 year ago

Would it be possible to have a feature to launch homebrew apps from the fastCFWswitch?

I think there would be lot of 'demand' for that so you can configure a list of most used homebrew apps and quickly open them :)

Hartie95 commented 1 year ago

launching homebrew would take a completely different route of system calls and make it much more complex, while the overlay is targeting to be just doing one specific job, so it would probably better to have an overlay specifically for launching homebrew apps. I'm also not fully sure how easy or hard it would be to start homebrew via an overlay, since you would pretty much need start an applet or title with the title overwrite, then tell the homebrew launcher to launch a specific homebrew from a specific path.