rpcs3
rpcs3 copied to clipboard
Thread stacking adjustment
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, ....