mirror of
https://github.com/joel16/VITA-Homebrew-Sorter.git
synced 2024-11-23 11:29:50 +00:00
A basic PS VITA homebrew application that sorts the application database in your LiveArea.
include | ||
libs | ||
res | ||
sce_sys | ||
source | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
LICENSE | ||
README.md |
VITA-Homebrew-Sorter
A basic PS VITA homebrew that sorts the application database in SceShell alphabetically. The application also sorts apps/games inside folders as well. A backup will be made before any changes are applied to the application database. You can find the backup in ux0:/data/VITAHomebrewSorter/app.db
.
Disclaimer
I am not responsible for anything that happens to your device after the use of this software. I always make sure to test my software(s) thoroughly before release. If you do encounter any problems please submit an issue with a copy of your app.db (ur0:/shell/db/app.db
).
Features:
- Sort app list alphabetically (ascending)
- Sort app list alphabetically (descending)
- Display app list after sorting is applied using ImGui's tables API.
- Backup application database before sorting is applied.
- Custom loadouts to backup/restore. (Do note: If you install a new application after you've already backed up your loadout and then attempt to restore this loadout, the new application will not appear on LiveArea. You can work around this by overwriting your load out backups each time an app is installed or simple re-install the VPK. Although the new application's icon will not appear on LiveArea, its data should not be lost.)
Credits:
- Rinnegatamante for vitaGL
- Rinnegatamante for imgui-vita (Based on imgui-vita with touch code removed + controller changes and official font usage)
- ocornut and contributors for upstream imgui
- vitasdk
- PreetiSketch for the LiveArea assets