mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-29 06:20:35 +00:00
Merge pull request #173 from jroweboy/hugo
Move the video to the top of the page
This commit is contained in:
commit
6c8bada7ad
|
@ -17,10 +17,9 @@ In modern society, it symbolizes the strive for scientific knowledge.
|
|||
The Prometheus Project is about that - the journey to new emulation techniques.
|
||||
```
|
||||
|
||||
{{< imgs
|
||||
"./acnh.png| Animal Crossing: New Horizons"
|
||||
>}}
|
||||
|
||||
Since we cannot really show performance boosts in pictures, here is a video by BSoD Gaming that takes you through all the improvements.
|
||||
{{< youtube rbNd67vIO78 >}}
|
||||
|
||||
## What is Multicore CPU emulation?
|
||||
|
||||
As many of you might know, yuzu is considered a HLE (high level emulation) emulator.
|
||||
|
@ -179,6 +178,10 @@ The original solution was to modify scheduling to support it but that proved ver
|
|||
After a while, we figured out a pretty easy solution without having to modify anything.
|
||||
We would create a kernel thread for each core and make that kernel thread pass control from and to the CPU Manager to the emulation.
|
||||
|
||||
{{< imgs
|
||||
"./acnh.png| Animal Crossing: New Horizons"
|
||||
>}}
|
||||
|
||||
## What to expect with games?
|
||||
|
||||
Many of you may be eager for multicore but have in mind that there are other bottlenecks as well.
|
||||
|
@ -211,9 +214,6 @@ Lastly, be aware that RAM speed, amount of RAM, and the type of processor in you
|
|||
The initial release may use additional memory (100mb to 3Gb depending on the game).
|
||||
We are currently stability-testing a fix for this additional memory usage.
|
||||
|
||||
Since we cannot really show performance boosts in pictures, here is a video by BSoD Gaming that takes you through all the improvements.
|
||||
{{< youtube rbNd67vIO78 >}}
|
||||
|
||||
### Current Known Issues
|
||||
|
||||
Getting multicore to run perfectly is a big deal and in our internal testing we found that `audio` can be slower in multicore.
|
||||
|
|
Loading…
Reference in a new issue