mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 18:45:45 +00:00
nfp: Address compiler issues
This commit is contained in:
parent
bb831fae3a
commit
f2b6837fb7
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