nfp: Address compiler issues
This commit is contained in:
parent
29f9a454eb
commit
e35c2fd5d0
2 changed files with 25 additions and 25 deletions
|
@ -2915,8 +2915,7 @@ void GMainWindow::OnLoadAmiibo() {
|
|||
Service::SM::ServiceManager& sm = system->ServiceManager();
|
||||
auto nfc = sm.GetService<Service::NFP::Module::Interface>("nfp:user");
|
||||
if (nfc == nullptr) {
|
||||
QMessageBox::warning(this, tr("Error"),
|
||||
tr("The current game is not looking for amiibos"));
|
||||
QMessageBox::warning(this, tr("Error"), tr("The current game is not looking for amiibos"));
|
||||
return;
|
||||
}
|
||||
const auto nfc_state = nfc->GetCurrentState();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue