A basic PS VITA homebrew application that sorts the application database in your LiveArea.
Go to file
2021-04-11 19:39:54 -04:00
include keyboard: Use c++ style casting, remove initial text and use clib's memset/memcpy 2021-04-11 19:39:54 -04:00
libs keyboard: Use c++ style casting, remove initial text and use clib's memset/memcpy 2021-04-11 19:39:54 -04:00
res loadouts: Add a feature to backup/restore custom loadouts 2021-04-11 14:32:15 -04:00
sce_sys loadouts: Add a feature to backup/restore custom loadouts 2021-04-11 14:32:15 -04:00
source keyboard: Use c++ style casting, remove initial text and use clib's memset/memcpy 2021-04-11 19:39:54 -04:00
.gitignore vhbs: Initial source commit 2021-04-08 01:15:36 -04:00
.gitmodules libsqlite: Include libsqlite as a submodule 2021-04-08 00:57:25 -04:00
CMakeLists.txt loadouts: Add a feature to backup/restore custom loadouts 2021-04-11 14:32:15 -04:00
LICENSE Initial commit 2021-04-08 00:54:43 -04:00
README.md Update README.md 2021-04-11 15:49:17 -04:00

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.

VITA Homebrew Sorter Screenshot

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