Emulator Issues #1765
closedEnable use the quad core
0%
Description
What steps will reproduce the problem?
Is it possible to add the quad core option?
What version of the product are you using? On what operating system?
All version with Win Vista 32 bit
Please provide any additional information below.
Also now it would be able don't bring benefits, with the time the problems
will resolve him...... :)
Then it would be better start this project
Updated by mikyb91 almost 15 years ago
This isn't a waste of time, because use the quad core will serve, and a lot
Updated by brophy almost 15 years ago
Updated by death2droid almost 15 years ago
- Status changed from New to Invalid
Dolphin will not be having quad core support.
- It would be to bloody hard to get it working and make it stable since the Wii only
ever uses 3 cores(I think, its either that or 2). - Even if we do add it won't produce that much of a improvement.
Updated by death2droid almost 15 years ago
- Status changed from Invalid to Won't fix
Updated by nakeee almost 15 years ago
There is no such thing as quad support.
What you actually want is that some of the work will be offloaded to another thread.
for example we can move the LLE sound to another thread and use another cpu for it.
The problem is that you won't gain much because most of the work is done in the CPU
and GPU emulation threads.