Adds the ability to read a amiibo's nickname from the VirtualAmiiboFile #217
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/nicknamesupport"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This feature adds a way to change the Amiibo's nickname inside Smash and other places where it's used, so it’s not always "Ryujinx." However, I did not add a GUI or create the Cabinet applet that would allow users to change this. So you will have to go to system/amiibo and find your amiibo id to change it.
Download the artifacts for this pull request:
GUI-less (SDL2)
Only for Developers
string nickname = amiiboFile.NickName ?? "Ryujinx";
just fixed