Dyncom is default now
parent
24c7b1658e
commit
86284b3afa
1 changed files with 1 additions and 1 deletions
2
CPU.md
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.
|
Loading…
Reference in a new issue