mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-15 20:01:54 -07:00
Remove game xp from SWD probe (fix build)
This commit is contained in:
@@ -2793,8 +2793,6 @@ int32_t swd_probe_app_main(void* p) {
|
||||
DBGS("swd_execute_script");
|
||||
swd_execute_script(app, ANY_PATH("swd_scripts/startup.swd"));
|
||||
|
||||
DOLPHIN_DEED(DolphinDeedPluginGameStart);
|
||||
|
||||
DBGS("processing");
|
||||
for(bool processing = true; processing;) {
|
||||
swd_main_loop(app);
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
#include <dialogs/dialogs.h>
|
||||
#include <input/input.h>
|
||||
#include <storage/storage.h>
|
||||
#include <dolphin/dolphin.h>
|
||||
#include <notification/notification.h>
|
||||
#include <notification/notification_messages.h>
|
||||
#include <lib/subghz/receiver.h>
|
||||
@@ -230,4 +229,4 @@ typedef struct {
|
||||
|
||||
uint8_t swd_read_memory(AppFSM* const ctx, uint8_t ap, uint32_t address, uint32_t* data);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user