Andrew Pilley
3551bd0134
Add check for corrupted firmware files after install.
2 years ago
FearlessTobi
2b4d7506a8
Address review comments and fix compilation problems
2 years ago
FearlessTobi
4b7bb232f2
fs: Replace Mode enum by OpenMode enum
2 years ago
t895
564908ba83
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
55f1d7beeb
frontend_common: Remove key rederivation and keep key check
2 years ago
t895
7c70a8a362
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
3bee9db92f
frontend_common: Move integrity verification to content_manager
2 years ago
t895
009fd9ceb7
frontend_common: Add documentation for content_mananger
2 years ago
t895
3df0c826a1
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
4959e07015
frontend_common: Add content manager utility functions
Creates utility functions to remove/install DLC, updates, and base game content
2 years ago