Commit Graph

3 Commits

Author SHA1 Message Date
Rinnegatamante
81af70971b
Check for malformed TitleID with lowercase letters and fix build on latest vitasdk. (#624)
* Fix compilation on latest vitasdk.

* Check for malformed TitleID with lowercase letters.
2022-09-05 07:42:54 +02:00
VitaSmith
faedd328ca Fix refresh license DB when ran from ur0:
This should fix issue #323
Also fix a memory leak in license_dir_callback()
2018-01-18 23:02:45 +00:00
VitaSmith
7f2d1134d9 Add license database refresh
A new menu feature "Refresh license database" is now available from the top context menu.

Its action is to parse all the .rif files under ux0:licence/app and ux0:licence/addcont,
and import them to the ux0:licence/license.db SQLite database (which gets created it it
doesn't already exists).

Used in conjunction with the new App/DLC refresh feature, this allows Vita users to
restore their content straight from PKG downloads, and let VitaShell do the job of also
restoring the relevant license from the DB backup.

This also fixes a small typo in LANGUAGE_CONTAINER_SIZE and adds a .editorconfig, to
ensure that the indentation settings of VitaShell are followed by modern code editors.
2017-10-29 01:55:56 +01:00