Dyncom is default now

Sean Maas 2015-01-29 00:12:09 -05:00
parent 24c7b1658e
commit 86284b3afa

2
CPU.md

@ -6,4 +6,4 @@ Citra current has 2 CPU cores: `armemu` and `dyncom/skyeye`.
`dyncom` is the fallback interpreter to SkyEye's ARM dynamic recompiler. `dyncom` is more complex, cleaner, a little buggier than the current version of `armemu`, but it runs much faster. `dyncom` doesn't have as many instructions implemented as `armemu`.
`armemu` is currently used by default, but eventually we will ditch it and use `dyncom` instead. Our plan is to bring `dyncom` up to the level of `armemu`, then get rid of `armemu`. There's no sense in maintaining two interpreters.
`dyncom` is currently used by default, but there is still the option to use `armemu` instead. Eventually we plan to get rid of `armemu`. There's no sense in maintaining two interpreters.