From b02bcd972dd4fa310a5265a3ce893736036f0a1c Mon Sep 17 00:00:00 2001 From: sairathnavamsi Date: Sun, 5 Apr 2015 00:45:29 -0700 Subject: [PATCH] Updated CPU (markdown) --- CPU.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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