Skip to content

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

Merged
hrydgard merged 1 commit into
masterfrom
dependency-fixes
Apr 15, 2025
Merged

Trash handling is too high level for FileUtil, move it up.#20261
hrydgard merged 1 commit into
masterfrom
dependency-fixes

Conversation

@hrydgard

@hrydgard hrydgard commented Apr 15, 2025

Copy link
Copy Markdown
Owner

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
@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