-
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
when creating the texture.ini file many games are extremely slow and crashing #16300
Comments
The latest version of Android made this a lot slower. Are you really using the latest git build? If the main screen shows "v1.13.2" instead of "v1.13.2-1711-g1fb7fe02b", you are not. The latest git build has 1711 improvements that you're missing, some of them help performance in this case. But it's still going to be slower, especially on Android 11. Android made IO ridiculously slow. It can help to move it to internal storage or reset the storage folder in settings, but that only helps on some devices. -[Unknown] |
[v1.13.2-1734-gcf27d1413] |
Okay, #16304 may help but not for creating a textures.ini. However, you'll have to do something different. Changes to the Android operating system have ruined performance of doing it the old way. If you create a textures.ini like this, performance will be bad because of the way Android works. However, now you can create a textures.zip instead. The textures.zip file should contain a textures.ini plus the images to use for replacement. This should perform a lot better. -[Unknown] |
like this? |
The PNGs, everything has to be inside the textures.zip file. It's accessing the PNG files that is making it so slow. -[Unknown] |
v1.13.2-1749-g7967da0f6 thank you very much, now it is working perfectly PPSSPP is a God now I can continue my REMASTER projects |
Great, I'm going to close this then. Thanks for confirming. -[Unknown] |
Game or games this happens in
NARUTO ULTIMATE NINJA HEROES 2, BLAZBLUE, GUILTY GEAR
What area of the game
ALL
Speed seen in PPSSPP
5/60, 5/30
GE frame capture and debug statistics
No response
Platform
Android
Mobile phone model or graphics card
POCO X3 PRO
PPSSPP version affected
all
Last working version
all
Graphics backend (3D API)
OpenGL / GLES
Any other notes or things you've tried
OPEN GL, VULKAN
https://youtu.be/OFvDvTKcyC8
problem
Checklist
The text was updated successfully, but these errors were encountered: