dolphin did

This commit is contained in:
MX
2023-06-09 14:14:05 +03:00
parent e9fc5f62a5
commit 53f6205766
19 changed files with 24 additions and 24 deletions

View File

@@ -292,7 +292,7 @@ int32_t nfc_app(void* p) {
dolphin_deed(DolphinDeedNfcEmulate);
} else if(nfc->dev->format == NfcDeviceSaveFormatNfcV) {
scene_manager_next_scene(nfc->scene_manager, NfcSceneNfcVEmulate);
DOLPHIN_DEED(DolphinDeedNfcEmulate);
dolphin_deed(DolphinDeedNfcEmulate);
} else {
scene_manager_next_scene(nfc->scene_manager, NfcSceneEmulateUid);
dolphin_deed(DolphinDeedNfcEmulate);