975deb7528
Address review comments and fix compilation problems
2024-01-25 16:43:53 -05:00
cc09c265e1
fs: Replace Mode enum by OpenMode enum
2024-01-25 16:42:05 -05:00
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.
2024-01-25 12:53:49 -05:00
1a3fc3724a
frontend_common: Remove key rederivation and keep key check
2024-01-25 12:53:48 -05:00
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.
2024-01-21 19:31:26 -05:00
c725f3c86c
frontend_common: Move integrity verification to content_manager
2024-01-21 16:36:37 -05:00
a363fa78ef
frontend_common: Add documentation for content_mananger
2024-01-19 20:54:50 -05:00
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.
2024-01-19 20:54:50 -05:00
ccd3dd842f
frontend_common: Add content manager utility functions
...
Creates utility functions to remove/install DLC, updates, and base game content
2024-01-19 17:09:35 -05:00