rpcs3 icon indicating copy to clipboard operation
rpcs3 copied to clipboard

Thread stacking adjustment

Open daviDarthemis opened this issue 9 months ago • 0 comments

Small stack tweak targeted at Android

I made a virtual implementation of an affinity adjustment, using something available on Android, which returns based on the core size of whether it is a large, small or prime core, problems:

In cases where we only have large or small and medium cores, some activity could work unexpectedly, this was tested on an 888 and it works perfectly.

What can be done? Stack the cores found in order from smallest to largest, and pass this information to the SPU, ppu, ....

daviDarthemis avatar Mar 05 '25 01:03 daviDarthemis