diff options
| author | 2026-01-05 01:08:09 +1100 | |
|---|---|---|
| committer | 2026-01-05 01:08:09 +1100 | |
| commit | ab83d06f56097333469af05a547855ded093b1cb (patch) | |
| tree | aa462372246084c65c438d5677648a3cfa1caa6d /scripts/src/cpu.lua | |
| parent | d1aa401b414bcff7549cb223eb66517db6dab614 (diff) | |
Updated years to 2026 where appropriate.
Also bumped documentation version to 0.285 as it describes new
functionality not in 0.284, and removed ARM7 from the list of DRC CPUs
since its incomplete recompiler functionality was removed.
Diffstat (limited to 'scripts/src/cpu.lua')
| -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 422ff668a7d..d80bca94e84 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", "SWP30" } +DRC_CPUS = { "E1", "SH", "MIPS3", "POWERPC", "ADSP21062", "MB86235", "DSP16", "UNSP", "SWP30" } CPU_INCLUDE_DRC = false for i, v in ipairs(DRC_CPUS) do if (CPUS[v]~=null) then |
