From a6a7b8b8a9d6a28b07e060833368fe6e3f1cdcb3 Mon Sep 17 00:00:00 2001 From: Paul Olszewski Date: Sun, 5 Apr 2015 11:41:37 -0500 Subject: [PATCH] Grammatical corrections. --- CPU.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CPU.md b/CPU.md index f126a81..778e0f8 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, work has been started on that but very less progress. +There are plans to implement a dynamic recompiler that will fall back into dyncom for unimplemented instructions; work has been started on this but very little progress has been made. There are no plans for emulating the ARM9 chip in the 3DS, which is mainly used for security purposes as well as DS games. \ No newline at end of file