From 86cbdfcef41a16b2593908241e339e8cd4e140d2 Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 29 Mar 2026 01:00:23 +0200 Subject: [PATCH] spu: unbreak ti c64x build --- plugins/dfsound/spu_c64x_dspcode.c | 1 - plugins/dfsound/xa.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/dfsound/spu_c64x_dspcode.c b/plugins/dfsound/spu_c64x_dspcode.c index 5e64cdb4..e2d120a6 100644 --- a/plugins/dfsound/spu_c64x_dspcode.c +++ b/plugins/dfsound/spu_c64x_dspcode.c @@ -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; diff --git a/plugins/dfsound/xa.c b/plugins/dfsound/xa.c index 0c774f03..533bb3cd 100644 --- a/plugins/dfsound/xa.c +++ b/plugins/dfsound/xa.c @@ -19,7 +19,7 @@ #include "spu.h" #define _IN_XA #include -#include "psemu_plugin_defs.h" +#include "../../include/psemu_plugin_defs.h" // will be included from spu.c #ifdef _IN_SPU -- 2.47.3