Skip to content
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

Closed
4 of 5 tasks
DavidSilvadeSa opened this issue Oct 29, 2022 · 7 comments
Closed
4 of 5 tasks
Milestone

Comments

@DavidSilvadeSa
Copy link

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

  • Test in the latest git build in case it's already fixed.
  • Search for other reports of the same issue.
  • Try resetting settings or older versions and include if the issue is related.
  • Try changing graphics settings to determine if one causes the slowdown.
  • Include logs or screenshots of issue.
@unknownbrackets
Copy link
Collaborator

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]

@DavidSilvadeSa
Copy link
Author

[v1.13.2-1734-gcf27d1413]

@unknownbrackets
Copy link
Collaborator

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]

@DavidSilvadeSa
Copy link
Author

like this?
https://youtu.be/_qOkl45FTR8

@unknownbrackets
Copy link
Collaborator

The PNGs, everything has to be inside the textures.zip file. It's accessing the PNG files that is making it so slow.

-[Unknown]

@DavidSilvadeSa
Copy link
Author

DavidSilvadeSa commented Nov 1, 2022

Os PNGs, tudo tem que estar dentro do arquivo textures.zip. Está acessando os arquivos PNG que está tornando tão lento.

-[Desconhecido]

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

@unknownbrackets unknownbrackets added this to the v1.14.0 milestone Nov 2, 2022
@unknownbrackets
Copy link
Collaborator

Great, I'm going to close this then. Thanks for confirming.

-[Unknown]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants