README.md: Update readme to reflect new changes

This commit is contained in:
joel16 2024-05-12 08:21:52 -04:00
parent a336440a68
commit 05bd0228e2

View File

@ -9,10 +9,6 @@ A basic PS VITA homebrew application that sorts the application database in your
# 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`).
# libshacccg
Recent versions of vitaGL require libshacccg.suprx to be installed. If you don't already have it you can install it by following [this guide.](https://samilops2.gitbook.io/vita-troubleshooting-guide/shader-compiler/extract-libshacccg.suprx)
# Features:
- Sort app list by title/titleID alphabetically (ascending)
- Sort app list by title/titleID alphabetically (descending)
@ -23,9 +19,9 @@ Recent versions of vitaGL require libshacccg.suprx to be installed. If you don't
- 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 and a warning message will be displayed. 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](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)
- Rinnegatamante for [vitaGL](https://github.com/Rinnegatamante/vitaGL) (Used until v1.26)
- ocornut and contributors for [upstream imgui](https://github.com/ocornut/imgui)
- SDL team and contributors for [SDL2](https://github.com/libsdl-org/SDL)
- [vitasdk](https://github.com/vitasdk)
- [SQLite3](https://www.sqlite.org/download.html)
- PreetiSketch for the LiveArea assets