summaryrefslogtreecommitdiffstats
path: root/src/frontend_common/content_manager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add check for corrupted firmware files after install.Andrew Pilley2024-02-181-2/+3
|
* Address review comments and fix compilation problemsFearlessTobi2024-01-251-4/+5
|
* fs: Replace Mode enum by OpenMode enumFearlessTobi2024-01-251-1/+1
|
* frontend_common: Consistently use referencest8952024-01-251-28/+28
| | | | Was swapping between references and pointers for no reason. Just unify them here since each of these utility functions will need their parameters to be alive.
* frontend_common: Remove key rederivation and keep key checkt8952024-01-251-0/+7
|
* frontend_common: Remove default value for installer callbackst8952024-01-221-13/+13
| | | | We never used these without callbacks and these will break without them in their current state. I could write the default value to return false always but that's unnecessary for now.
* frontend_common: Move integrity verification to content_managert8952024-01-211-2/+135
|
* frontend_common: Add documentation for content_manangert8952024-01-201-0/+53
|
* android: Add addon delete buttont8952024-01-201-0/+17
| | | | Required some refactoring of retrieving patches in order for the frontend to pass the right information to ContentManager for deletion.
* frontend_common: Add content manager utility functionst8952024-01-191-0/+168
Creates utility functions to remove/install DLC, updates, and base game content