diff --git a/CPU.md b/CPU.md index 0a56821..5b5dc4e 100644 --- a/CPU.md +++ b/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. \ No newline at end of file +`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. \ No newline at end of file