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

File system perf part 1: Remove some unnecessary file access #19668

Merged
merged 7 commits into from
Nov 28, 2024

Conversation

hrydgard
Copy link
Owner

No longer saves the config while starting a game (which triggered CleanRecents), as the config should already be saved.

A bunch of other smaller changes like that. Also adds a disabled mode for artificially slowing down I/O, which makes debugging these problems easier.

First part of addressing #19653, although I don't expect this one to make a major difference. The big improvements are coming.

@hrydgard hrydgard added User Interface PPSSPP's own user interface / UX Performance Unexpected slow performance issues labels Nov 28, 2024
@hrydgard hrydgard added this to the v1.19.0 milestone Nov 28, 2024
@hrydgard hrydgard merged commit 18b20e3 into master Nov 28, 2024
19 checks passed
@hrydgard hrydgard deleted the file-system-perf branch November 28, 2024 14:22
This was referenced Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Performance Unexpected slow performance issues User Interface PPSSPP's own user interface / UX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant