| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | Merge pull request #12736 from t895/verify-contents | 2024-01-22 | 10 | -127/+335 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | android: Add verify contents buttons | |||||
| | * | | | | | | frontend_common: Remove default value for installer callbacks | 2024-01-21 | 1 | -13/+13 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| | * | | | | | | android: Add options to verify installed content | 2024-01-21 | 8 | -4/+165 | ||
| | | | | | | | | ||||||
| | * | | | | | | frontend_common: Move integrity verification to content_manager | 2024-01-21 | 2 | -114/+161 | ||
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #12734 from german77/enable-applet | 2024-01-21 | 3 | -2/+17 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | service: hid: Implement EnableAppletForInput | |||||
| | * | | | | | | | service: hid: Implement EnableAppletForInput | 2024-01-21 | 3 | -2/+17 | ||
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #12735 from german77/disable-vibration | 2024-01-21 | 1 | -2/+7 | ||
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | core: hid: Allow to disable vibration | |||||
| | * | | | | | | | | core: hid: Allow to disable vibration | 2024-01-21 | 1 | -2/+7 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #12733 from german77/settings_services | 2024-01-21 | 1 | -0/+5 | ||
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | service: set: Don't allow invalid mii author id | |||||
| | * | | | | | | | service: set: Don't allow invalid mii author id | 2024-01-21 | 1 | -0/+5 | ||
| | |/ / / / / / | ||||||
| * / / / / / / | android: Sync translations | 2024-01-20 | 20 | -338/+2062 | ||
| |/ / / / / / | ||||||
| * | | | | | | android: Change "Clear" to "Use global setting" for per-game settings | 2024-01-20 | 5 | -10/+8 | ||
| | | | | | | | ||||||
| * | | | | | | Merge pull request #12688 from liamwhite/wl-present-fix | 2024-01-20 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | renderer_vulkan: recreate swapchain when frame size changes | |||||
| | * | | | | | | renderer_vulkan: recreate swapchain when frame size changes | 2024-01-16 | 1 | -1/+1 | ||
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #12724 from merryhime/fs-u8str-overloads | 2024-01-20 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | fs/file: Explicitly convert std::u8string to std::filesystem::path | |||||
| | * | | | | | | | fs/file: Explicitly convert std::u8string to std::filesystem::path | 2024-01-20 | 1 | -1/+1 | ||
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #12721 from t895/card-elevation | 2024-01-20 | 1 | -3/+3 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | android: Use elevated card style for home setting card | |||||
| | * | | | | | | | android: Use elevated card style for home setting card | 2024-01-20 | 1 | -3/+3 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #12719 from t895/sort-search | 2024-01-20 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | android: Sort recently added/played games by time | |||||
| | * | | | | | | | android: Sort recently added/played games by time | 2024-01-20 | 1 | -2/+2 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #12715 from t895/remove-addons | 2024-01-20 | 33 | -424/+912 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | android: Add uninstall addon button | |||||
| | * | | | | | | | frontend_common: Add documentation for content_mananger | 2024-01-19 | 1 | -0/+53 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | android: Add addon delete button | 2024-01-19 | 17 | -82/+305 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Required some refactoring of retrieving patches in order for the frontend to pass the right information to ContentManager for deletion. | |||||
| | * | | | | | | | android: Use callback to update progress bar dialogs | 2024-01-19 | 10 | -121/+236 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | frontend_common: Add content manager utility functions | 2024-01-19 | 12 | -221/+318 | ||
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | Creates utility functions to remove/install DLC, updates, and base game content | |||||
| * | | | | | | | Merge pull request #12660 from german77/better-vibration | 2024-01-20 | 31 | -448/+905 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | service: hid: Fully implement abstract vibration | |||||
| | * | | | | | | | service: hid: Fully implement abstract vibration | 2024-01-15 | 31 | -448/+905 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #12701 from liamwhite/flinger-layer-issues | 2024-01-20 | 6 | -15/+42 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | vi: check layer state before opening or closing | |||||
| | * | | | | | | vi: check layer state before opening or closing | 2024-01-17 | 4 | -12/+27 | ||
| | | | | | | | | ||||||
| | * | | | | | | nvnflinger: ensure display abandonment considers all layers and future layers | 2024-01-17 | 3 | -3/+15 | ||
| | | | | | | | | ||||||
| * | | | | | | | Bump MoltenVK to v1.2.7 | 2024-01-19 | 1 | -1/+1 | ||
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #12687 from german77/amiibo-lock | 2024-01-19 | 1 | -0/+1 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | core: hid: Disable special features before disconnecting the controllers | |||||
| | * | | | | | | | core: hid: Disable special features before disconnecting the controllers | 2024-01-16 | 1 | -0/+1 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #12695 from anpilley/user-arguments-v2 | 2024-01-19 | 4 | -4/+40 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Allow -u to accept a username string in addition to index | |||||
| | * | | | | | | | Update based on feedback | 2024-01-17 | 1 | -2/+2 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | Allow -u to accept a username string in addition to index, and suppress the ↵ | 2024-01-17 | 4 | -4/+40 | ||
| | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | User selector even if settings requires it to be shown for one instance only. | |||||
| * | | | | | | | Merge pull request #12709 from german77/npad-disc | 2024-01-19 | 1 | -0/+7 | ||
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | service: hid: Clear controller status when aruid is no longer used | |||||
| | * | | | | | | service: hid: Clear controller status when aruid is no longer used | 2024-01-19 | 1 | -0/+7 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #12678 from german77/settings_impl | 2024-01-18 | 17 | -651/+850 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | service: set: Implement stubbed functions | |||||
| | * | | | | | | service: set: Implement stubbed functions | 2024-01-15 | 8 | -64/+232 | ||
| | | | | | | | | ||||||
| | * | | | | | | service: set: Refractor setting service | 2024-01-15 | 14 | -588/+619 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #12683 from german77/amiibo-dump | 2024-01-18 | 1 | -1/+4 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | service: nfc: Create backup when none exist | |||||
| | * | | | | | | service: nfc: Create backup when none exist | 2024-01-15 | 1 | -1/+4 | ||
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #12644 from liamwhite/vkspec-image-offset | 2024-01-18 | 2 | -23/+55 | ||
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | shader_recompiler: fix Offset operand usage for non-OpImage*Gather | |||||
| | * | | | | | | shader_recompiler: fix Offset operand usage for non-OpImage*Gather | 2024-01-11 | 2 | -23/+55 | ||
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #12702 from german77/android-input | 2024-01-18 | 6 | -0/+136 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | input_common: Add android input engine | |||||
| | * | | | | | | | input_common: Add android input engine | 2024-01-17 | 6 | -0/+136 | ||
| | | |_|_|/ / / | |/| | | | | | ||||||
| * / | | | | | | android: Save overlay data while using emulation fragment | 2024-01-17 | 2 | -7/+4 | ||
| |/ / / / / / | | | | | | | | | | | | | | | | | | | This should have been fully embraced before but the items within the popup menu and the adjust controls dialog fell through. This ensures that everything related to the overlay is saved during emulation and can't be lost during a crash. | |||||
| * | | | | | | Merge pull request #12380 from flodavid/save-profile | 2024-01-16 | 7 | -12/+55 | ||
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Save configuration profile name used by players | |||||
| | * | | | | | Save profile name used | 2024-01-08 | 7 | -12/+55 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Save the profile name in global config - Read the profile name when reading the global config | |||||