[Feature Request] Add new option to prevent crashing with unimplemented Applet #214

Closed
opened 2024-11-10 00:00:07 +00:00 by Jacobwasbeast · 0 comments
Jacobwasbeast commented 2024-11-10 00:00:07 +00:00 (Migrated from github.com)

Overview

Currently, in Ryujinx, if an app attempts to open an unimplemented Applet, the application crashes with a NotImplementedException. There should be an option to send dummy responses to these requests if they are not implemented.

Smaller details

Send a dummy response instead of throwing a NotImplementedException when this option is turned on.

Nature of request

I encountered this issue when I lost some of my save progress on my Amiibo while training, after attempting to change its name.

Why would this feature be useful?

This feature would prevent the application from crashing when it attempts to load an unimplemented Applet, ensuring that the user can continue using Ryujinx without interruption.

### Overview Currently, in Ryujinx, if an app attempts to open an unimplemented Applet, the application crashes with a NotImplementedException. There should be an option to send dummy responses to these requests if they are not implemented. ### Smaller details Send a dummy response instead of throwing a NotImplementedException when this option is turned on. ### Nature of request I encountered this issue when I lost some of my save progress on my Amiibo while training, after attempting to change its name. ### Why would this feature be useful? This feature would prevent the application from crashing when it attempts to load an unimplemented Applet, ensuring that the user can continue using Ryujinx without interruption.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MeloNX/Ryujinx-ryubing#214
No description provided.