-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System Info : Detect info on new processor on Android #10620
Comments
I think we don't need to detect big.LITTLE as a feature because it's not really something we can interact with. That said, it might be worthwhile to detect when we have an "8 core" device that uses a max of 4 cores, so that we only run 4 worker threads in places where we use that number. That said, I'm not sure how to reliably detect when they are dedicated slow cores or when all cores can actually be active at once. -[Unknown] |
Supposedly this works, but very possibly not on all devices and it might be misleading anyway as noted above: https://twitter.com/tomcr2100/status/1005045600742789121 -[Unknown] |
@zminhquanz ppsspp detecting my xiaomi redmi 9 unknown :( |
Doesn't really matter though, PPSSPP doesn't make any specific decisions based on CPU name at this point. Maybe I'll just hide it if we don't have a name. |
Yeah, screwed up the check. Fixed. |
In OpenGL, that's all the information we get on the driver unfortunately. |
Might also good if ppsspp detect this. |
For example : Exynos 8890 , Qualcomm Snapdragon 820 , etc . With big.Little Architecture detect and at present , CPU Extensions detect on processor i mention above is missing and wrong , it's detect 64 bit , NEON , that's all
The text was updated successfully, but these errors were encountered: