ryujinx/src/Ryujinx.HLE/HOS/Services/Nfc/AmiiboDecryption
Jacobwasbeast 0adaa4cb96
Adds the ability to read and write to amiibo bin files (#348)
This introduces the ability to read and write game data and model
information from an Amiibo dump file (BIN format). Note that this
functionality requires the presence of a key_retail.bin file. For the
option to appear and function in the UI, ensure that the key_retail.bin
file is located in the <RyujinxData>/system folder.
2024-12-19 22:36:46 -06:00
..
AmiiboBinReader.cs Adds the ability to read and write to amiibo bin files (#348) 2024-12-19 22:36:46 -06:00
AmiiboDecrypter.cs Adds the ability to read and write to amiibo bin files (#348) 2024-12-19 22:36:46 -06:00
AmiiboDump.cs Adds the ability to read and write to amiibo bin files (#348) 2024-12-19 22:36:46 -06:00
AmiiboMasterKey.cs Adds the ability to read and write to amiibo bin files (#348) 2024-12-19 22:36:46 -06:00