(12-19-2015, 01:32 AM)DrHouse64 Wrote: The PS3 CELL CPU is a special one which have 7 cores instead of 8, and games only have access to 6 cores (the last one is for PS3 OS).
They are clocked at 3.2 GHz so I guess the best way to emulate it is to create a JIT which uses 6 threads in order to decode CELL instructions, one thread by CELL core, so you must have a 6 core Intel/AMD CPU. Man, now that I think about it, PS3 emulation requirements are really heavy.
I wonder if it's possible to process 2 CELL cores in 1 thread at full speed, so the JIT only needs 3 cores of your PC CPU. I don't know how RPCS3 handle it. Not to mention the GPU part.
Dig through the code, its on Github. I would to, but I'm not a programmer.
Twitter: http://www.twitter.com/LtRoyalShrimp
