Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-18 | Add check for corrupted firmware files after install. | Andrew Pilley | |
2024-01-25 | Address review comments and fix compilation problems | FearlessTobi | |
2024-01-25 | fs: Replace Mode enum by OpenMode enum | FearlessTobi | |
2024-01-25 | frontend_common: Consistently use references | t895 | |
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. | |||
2024-01-25 | frontend_common: Remove key rederivation and keep key check | t895 | |
2024-01-21 | frontend_common: Remove default value for installer callbacks | t895 | |
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. | |||
2024-01-21 | frontend_common: Move integrity verification to content_manager | t895 | |
2024-01-19 | frontend_common: Add documentation for content_mananger | t895 | |
2024-01-19 | android: Add addon delete button | t895 | |
Required some refactoring of retrieving patches in order for the frontend to pass the right information to ContentManager for deletion. | |||
2024-01-19 | frontend_common: Add content manager utility functions | t895 | |
Creates utility functions to remove/install DLC, updates, and base game content |