diff --git a/CPU.md b/CPU.md index 7536b9b..a4efd97 100644 --- a/CPU.md +++ b/CPU.md @@ -2,6 +2,6 @@ Citra's current CPU core is an ARM interpreter called "dyncom", which was origin Dyncom originally supported ARM7 (ARMv5) and partial ARMv6 only. We added in the remaining ARMv6 media instructions and other fixes ourselves to get 3DS emulation as far as it is. -There are plans to implement a dynamic recompiler that will fallback into dyncom for unimplemented instructions, but no work has been started on that yet. +There are plans to implement a dynamic recompiler that will fallback into dyncom for unimplemented instructions, work has been started on that but very less progress. There are no plans for support ARM9 yet. \ No newline at end of file