VITA-Homebrew-Sorter/README.md

19 lines
1.2 KiB
Markdown
Raw Normal View History

2021-04-08 05:15:36 +00:00
# VITA-Homebrew-Sorter
2021-04-08 16:04:25 +00:00
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`.
2021-04-08 05:15:36 +00:00
# Disclaimer
2021-04-08 16:04:25 +00:00
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`).
2021-04-08 05:15:36 +00:00
# Features:
- Sort app list alphabetically (ascending)
- Sort app list alphabetically (descending)
2021-04-08 16:04:25 +00:00
- Display app list after sorting is applied using ImGui's tables API.
- Backup application database before sorting is applied.
2021-04-08 05:15:36 +00:00
# Credits:
- Rinnegatamante for [vitaGL](https://github.com/Rinnegatamante/vitaGL)
- Rinnegatamante for [imgui-vita](https://github.com/Rinnegatamante/imgui-vita) (Based on imgui-vita with touch code removed + controller changes and official font usage)
- ocornut and contributors for [upstream imgui](https://github.com/ocornut/imgui)
- [vitasdk](https://github.com/vitasdk)