service: nfc: Validate mii data

This commit is contained in:
german77 2023-11-25 22:19:46 -06:00
parent 090ea0281c
commit 281eb020ea
4 changed files with 40 additions and 35 deletions

View file

@ -130,7 +130,7 @@ void Cabinet::DisplayCompleted(bool apply_changes, std::string_view amiibo_name)
nfp_device->DeleteApplicationArea();
break;
case Service::NFP::CabinetMode::StartRestorer:
nfp_device->RestoreAmiibo();
nfp_device->Restore();
break;
case Service::NFP::CabinetMode::StartFormatter:
nfp_device->Format();