spu: unbreak ti c64x build
authornotaz <notasas@gmail.com>
Sat, 28 Mar 2026 23:00:23 +0000 (01:00 +0200)
committernotaz <notasas@gmail.com>
Sat, 28 Mar 2026 23:00:23 +0000 (01:00 +0200)
plugins/dfsound/spu_c64x_dspcode.c
plugins/dfsound/xa.c

index 5e64cdb..e2d120a 100644 (file)
@@ -140,7 +140,6 @@ static unsigned int exec(dsp_component_cmd_t cmd,
  switch (cmd) {
   case CCMD_INIT:
    enable_l2_cache();
-   InitADSR();
 
    spu.spuMemC = mem->spu_ram;
    spu.sb_thread = mem->sb_thread;
index 0c774f0..533bb3c 100644 (file)
@@ -19,7 +19,7 @@
 #include "spu.h"
 #define _IN_XA
 #include <stdint.h>
-#include "psemu_plugin_defs.h"
+#include "../../include/psemu_plugin_defs.h"
 
 // will be included from spu.c
 #ifdef _IN_SPU