Explorar el Código

Comment out DOLPHIN_DEED line, because it was causing the build to fail

F. St hace 2 años
padre
commit
3940116fca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      swd_probe_app.c

+ 1 - 1
swd_probe_app.c

@@ -3130,7 +3130,7 @@ int32_t swd_probe_app_main(void* p) {
     DBGS("swd_execute_script");
     swd_execute_script(app, ANY_PATH("swd/startup.swd"));
 
-    DOLPHIN_DEED(DolphinDeedPluginGameStart);
+    // DOLPHIN_DEED(DolphinDeedPluginGameStart);
 
     DBGS("processing");
     for(bool processing = true; processing;) {