Adds the ability to read a amiibo's nickname from the VirtualAmiiboFile #217

Merged
Jacobwasbeast merged 3 commits from feature/nicknamesupport into master 2024-11-10 03:18:50 +00:00
Jacobwasbeast commented 2024-11-10 02:07:02 +00:00 (Migrated from github.com)

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.

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.
github-actions[bot] commented 2024-11-10 02:16:45 +00:00 (Migrated from github.com)
Download the artifacts for this pull request: * [ryujinx-Release-1.2.0+0f144ac-linux_arm64](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2167537428.zip) * [ryujinx-Release-1.2.0+0f144ac-linux_arm64-AppImage](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2167537478.zip) * [ryujinx-Release-1.2.0+0f144ac-linux_x64](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2167539658.zip) * [ryujinx-Release-1.2.0+0f144ac-linux_x64-AppImage](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2167539724.zip) * [ryujinx-Release-1.2.0+0f144ac-macos_universal](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2167541844.zip) * [ryujinx-Release-1.2.0+0f144ac-win_x64](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2167544061.zip) <details><summary>GUI-less (SDL2)</summary> * [sdl2-ryujinx-headless-Release-1.2.0+0f144ac-linux_arm64](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2167537525.zip) * [sdl2-ryujinx-headless-Release-1.2.0+0f144ac-linux_x64](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2167539796.zip) * [sdl2-ryujinx-headless-Release-1.2.0+0f144ac-macos_universal](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2167541892.zip) * [sdl2-ryujinx-headless-Release-1.2.0+0f144ac-win_x64](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2167544152.zip) </details> <details><summary>Only for Developers</summary> * [ryujinx-Debug-1.2.0+0f144ac-linux_arm64](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2167537547.zip) * [ryujinx-Debug-1.2.0+0f144ac-linux_arm64-AppImage](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2167537624.zip) * [sdl2-ryujinx-headless-Debug-1.2.0+0f144ac-linux_arm64](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2167537692.zip) * [ryujinx-Debug-1.2.0+0f144ac-linux_x64](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2167540747.zip) * [ryujinx-Debug-1.2.0+0f144ac-linux_x64-AppImage](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2167540784.zip) * [sdl2-ryujinx-headless-Debug-1.2.0+0f144ac-linux_x64](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2167540848.zip) * [ryujinx-Debug-1.2.0+0f144ac-macos_universal](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2167542235.zip) * [sdl2-ryujinx-headless-Debug-1.2.0+0f144ac-macos_universal](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2167542290.zip) * [ryujinx-Debug-1.2.0+0f144ac-win_x64](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2167546053.zip) * [sdl2-ryujinx-headless-Debug-1.2.0+0f144ac-win_x64](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2167546101.zip) </details>
GreemDev (Migrated from github.com) reviewed 2024-11-10 02:18:20 +00:00
GreemDev (Migrated from github.com) commented 2024-11-10 02:18:20 +00:00

string nickname = amiiboFile.NickName ?? "Ryujinx";

`string nickname = amiiboFile.NickName ?? "Ryujinx";`
Jacobwasbeast (Migrated from github.com) reviewed 2024-11-10 02:26:00 +00:00
Jacobwasbeast (Migrated from github.com) commented 2024-11-10 02:26:00 +00:00

just fixed

just fixed
Sign in to join this conversation.
No description provided.