diff options
| author | 2025-12-23 18:59:38 +0100 | |
|---|---|---|
| committer | 2025-12-23 18:59:38 +0100 | |
| commit | ca74eb0d52cc4ce2d3966a51864be7e3f450c3cd (patch) | |
| tree | 34bcb7b839f7c35bfdd1a6b108f7efc683dde86f /scripts | |
| parent | f4d6385afe7c05835f154d37bab05d69ebc24cf7 (diff) | |
Add the swp30 to the list of drc-using CPUs
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/cpu.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
