multi_fuzzer 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. commit 35877b498fef8631f09f4aedf08988752ec2e66c
  2. Author: MX <10697207+xMasterX@users.noreply.github.com>
  3. Date: Sat Aug 10 16:03:39 2024 +0300
  4. remove deprecated
  5. diff --git a/application.fam b/application.fam
  6. index 6416775cb..da7d321c7 100644
  7. --- a/application.fam
  8. +++ b/application.fam
  9. @@ -13,7 +13,7 @@ App(
  10. stack_size=2 * 1024,
  11. fap_author="gid9798 xMasterX",
  12. fap_weburl="https://github.com/DarkFlippers/Multi_Fuzzer",
  13. - fap_version="1.4",
  14. + fap_version="1.5",
  15. targets=["f7"],
  16. fap_description="Fuzzer for ibutton readers",
  17. fap_icon="icons/ibutt_10px.png",
  18. @@ -43,7 +43,7 @@ App(
  19. stack_size=2 * 1024,
  20. fap_author="gid9798 xMasterX",
  21. fap_weburl="https://github.com/DarkFlippers/Multi_Fuzzer",
  22. - fap_version="1.4",
  23. + fap_version="1.5",
  24. targets=["f7"],
  25. fap_description="Fuzzer for lfrfid readers",
  26. fap_icon="icons/rfid_10px.png",
  27. diff --git a/fuzzer.c b/fuzzer.c
  28. index 96f74c20a..b145b0957 100644
  29. --- a/fuzzer.c
  30. +++ b/fuzzer.c
  31. @@ -69,7 +69,7 @@ PacsFuzzerApp* fuzzer_app_alloc() {
  32. fuzzer_view_field_editor_get_view(app->field_editor_view));
  33. app->scene_manager = scene_manager_alloc(&fuzzer_scene_handlers, app);
  34. - view_dispatcher_enable_queue(app->view_dispatcher);
  35. +
  36. view_dispatcher_set_event_callback_context(app->view_dispatcher, app);
  37. view_dispatcher_set_custom_event_callback(