Commit Graph

10 Commits (efe43c0f2882824e2cd127ae484c815f5ca9a0fd)

Author SHA1 Message Date
Andrew Pilley cb2e312f13 Add check for corrupted firmware files after install. 2 years ago
FearlessTobi 975deb7528 Address review comments and fix compilation problems 2 years ago
FearlessTobi cc09c265e1 fs: Replace Mode enum by OpenMode enum 2 years ago
t895 97ca160b08 frontend_common: Consistently use references
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.
2 years ago
t895 1a3fc3724a frontend_common: Remove key rederivation and keep key check 2 years ago
t895 961b5586a5 frontend_common: Remove default value for installer callbacks
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.
2 years ago
t895 c725f3c86c frontend_common: Move integrity verification to content_manager 2 years ago
t895 a363fa78ef frontend_common: Add documentation for content_mananger 2 years ago
t895 03fa91ba3c android: Add addon delete button
Required some refactoring of retrieving patches in order for the frontend to pass the right information to ContentManager for deletion.
2 years ago
t895 ccd3dd842f frontend_common: Add content manager utility functions
Creates utility functions to remove/install DLC, updates, and base game content
2 years ago