make NFC emulation loading from favourites faster

This commit is contained in:
MX
2024-06-14 03:48:39 +03:00
parent c40a63ecec
commit 2cbd058dc2
4 changed files with 9 additions and 7 deletions

View File

@@ -188,7 +188,7 @@ bool nfc_delete(NfcApp* instance);
bool nfc_load_from_file_select(NfcApp* instance);
bool nfc_load_file(NfcApp* instance, FuriString* path, bool show_dialog);
bool nfc_load_file(NfcApp* instance, FuriString* path, bool show_dialog, bool load_plugins);
bool nfc_save_file(NfcApp* instance, FuriString* path);