8000 Trash handling is too high level for FileUtil, move it up. by hrydgard · Pull Request #20261 · hrydgard/ppsspp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Trash handling is too high level for FileUtil, move it up. #20261

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

Merged
merged 1 commit into from
Apr 15, 2025

Conversation

hrydgard
Copy link
Owner
@hrydgard hrydgard commented Apr 15, 2025

This should fix libretro's build: https://git.libretro.com/libretro/ppsspp/-/jobs/6728765

Trash is a shell-level thing, and is a bit too high level to be in FileUtil.cpp anyway. We don't want to link that functionality into the libretro build for example, so it's better that we make it a "system request".

When I moved out the zip file content detection, I slightly messed up, so fixing that too.

This makes the coming Mac implementation much easier too.

Also bump pspautotests, though we haven't activated any new tests.

@hrydgard hrydgard added User Interface PPSSPP's own user interface / UX Code Cleanup Cleanup to make future work easier. Needs to be done sometimes. labels Apr 15, 2025
@hrydgard hrydgard added this to the v1.19.0 milestone Apr 15, 2025
@hrydgard hrydgard merged commit 58441ff into master Apr 15, 2025
19 checks passed
@hrydgard hrydgard deleted the dependency-fixes branch April 15, 2025 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Cleanup Cleanup to make future work easier. Needs to be done sometimes. User Interface PPSSPP's own user interface / UX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0