summaryrefslogtreecommitdiffstats
path: root/src/common/android/id_cache.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-08android: Move JNI setup and helpers to commont8951-3/+23
2024-01-28android: Multi-program app switchingt8951-0/+1
2024-01-20android: Add addon delete buttont8951-0/+9
Required some refactoring of retrieving patches in order for the frontend to pass the right information to ContentManager for deletion.
2024-01-19frontend_common: Add content manager utility functionst8951-0/+8
Creates utility functions to remove/install DLC, updates, and base game content
2023-12-30android: Migrate in-game overlay settings to init8951-0/+12
2023-12-12android: Add JNI initialization information for Game classt8951-0/+9
Unused in this PR, but will be useful later
2023-12-12android: Add Game propertiest8951-0/+6
This commit has the UI for viewing a game's properties on long-press and some links to useful tools like - Game info - Shortcut to settings (global in this commit) - Addon manager with installer - Save data manager - Option to clear all save data - Option to clear shader cache
2023-11-28android: Multi directory UIt8951-0/+2
2023-08-30android: Game loading/shutting down indicatorsCharles Lombardo1-0/+2
2023-06-03android: Various fixes for CI.bunnei1-0/+3
2023-06-03android: video_core: Add support for disk shader cache. (#64)bunnei1-0/+5
2023-06-03android: Minimal JNI for yuzu.bunnei1-0/+11