PSV Cleaner is a powerful and user-friendly temporary files cleaner designed specifically for the PlayStation Vita homebrew community. This tool helps you free up valuable storage space by safely removing temporary files, cache data, and system dumps that accumulate over time.
| Name |
Version |
Released |
Hits |
DL Link |
QR |
| PSV Cleaner |
v1.16 |
08/14/26 |
518 |
Download |
QR |
Version 1.16 - Aug 14, 2026
Fixed
Console freeze during cleaning: cleaning now runs on a background worker thread. The UI keeps rendering and reading input during Quick Clean, Complete Clean, Selective Clean and per-app cleaning — no more frozen screen.
Emergency stop always responsive: the Circle button is polled every frame during cleaning, even on very large directories.
Safer deletion: deleteRecursive no longer deletes files while iterating the same open directory handle (entries are collected first), which could stall sceIoDread on FAT/exFAT; added periodic yields.
Non-blocking space refresh: the space calculation no longer blocks the main loop while waiting for the app rescan.