mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 06:20:05 +00:00
Grammatical corrections.
parent
5f7b2bb387
commit
a6a7b8b8a9
2
CPU.md
2
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.
|
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.
|
There are no plans for emulating the ARM9 chip in the 3DS, which is mainly used for security purposes as well as DS games.
|
Loading…
Reference in New Issue
Block a user