From 8a5f947a421c38c1da853bef490527f056161c90 Mon Sep 17 00:00:00 2001 From: sairathnavamsi Date: Sun, 5 Apr 2015 00:42:54 -0700 Subject: [PATCH] Updated CPU (markdown) --- CPU.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CPU.md b/CPU.md index 5221ea5..7536b9b 100644 --- a/CPU.md +++ b/CPU.md @@ -2,4 +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. \ No newline at end of file +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 no plans for support ARM9 yet. \ No newline at end of file