From ca74eb0d52cc4ce2d3966a51864be7e3f450c3cd Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Tue, 23 Dec 2025 18:59:38 +0100 Subject: Add the swp30 to the list of drc-using CPUs --- scripts/src/cpu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/src/cpu.lua') diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua index d956d9194f8..422ff668a7d 100644 --- a/scripts/src/cpu.lua +++ b/scripts/src/cpu.lua @@ -13,7 +13,7 @@ -- Dynamic recompiler objects -------------------------------------------------- -DRC_CPUS = { "E1", "SH", "MIPS3", "POWERPC", "ARM7", "ADSP21062", "MB86235", "DSP16", "UNSP" } +DRC_CPUS = { "E1", "SH", "MIPS3", "POWERPC", "ARM7", "ADSP21062", "MB86235", "DSP16", "UNSP", "SWP30" } CPU_INCLUDE_DRC = false for i, v in ipairs(DRC_CPUS) do if (CPUS[v]~=null) then -- cgit v1.2.3