hrydgard / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
https://www.ppsspp.org
Other
11.39k stars 2.19k forks source link

Reading Available ROMs in Memory Card Takes too long #19631

Open Crocodi13 opened 4 days ago

Crocodi13 commented 4 days ago

Game or games this happens in

All

What area of the game

Everytime I open PPSSPP it always take about 4 minutes to show all the games *(I have about 180 games in an high performance memory card) it takes 4 minutes to show all games data in the menu. Can something be done? Btw. Both tested wether it's ISO or CSO format nothing Changes it's really slow (display icons of games/data reading).

Speed seen in PPSSPP

No response

GE frame capture and debug statistics

No response

Platform

Android

Mobile device model or graphics card (GPU)

Dimensity 6080 Mali G57 MC2

PPSSPP version affected

Older and Latest

Last working version

No response

Graphics backend (3D API)

Vulkan

Any other notes or things you've tried

Can you pls make a workaround about this?

Checklist

hrydgard commented 4 days ago

We could of course cache the information, though that would add complexity. But what's the point of loading all the data? It loads progressively as you scroll the list. However, it might be that we can do better about prioritizing what's on screen at any point in time..

Crocodi13 commented 2 days ago

A workaround is appreciated 💯