Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-25 | android: Add option to make MessageDialogFragments non-dismissible | t895 | |
Additionally fixes an issue where its viewmodel could hold onto a stale positive action | |||
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-22 | Merge pull request #12739 from t895/debug-keystore | Charles Lombardo | |
android: Provide debug.keystore for debug and relWithDebInfo builds | |||
2024-01-22 | Merge pull request #12738 from t895/lock-drawer | Charles Lombardo | |
android: Port "Lock drawer" feature from Citra | |||
2024-01-22 | Merge pull request #12736 from t895/verify-contents | Charles Lombardo | |
android: Add verify contents buttons | |||
2024-01-21 | android: Provide debug.keystore for debug and relWithDebInfo builds | t895 | |
Allows devs to share debug builds with testers without uninstalling the previous build | |||
2024-01-21 | android: Port "Lock drawer" feature from Citra | 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 | Merge pull request #12734 from german77/enable-applet | liamwhite | |
service: hid: Implement EnableAppletForInput | |||
2024-01-21 | Merge pull request #12735 from german77/disable-vibration | liamwhite | |
core: hid: Allow to disable vibration | |||
2024-01-21 | android: Add options to verify installed content | t895 | |
2024-01-21 | core: hid: Allow to disable vibration | Narr the Reg | |
2024-01-21 | frontend_common: Move integrity verification to content_manager | t895 | |
2024-01-21 | service: hid: Implement EnableAppletForInput | Narr the Reg | |
2024-01-21 | Merge pull request #12733 from german77/settings_services | Charles Lombardo | |
service: set: Don't allow invalid mii author id | |||
2024-01-21 | service: set: Don't allow invalid mii author id | german77 | |
2024-01-21 | Merge pull request #12728 from t895/sync-translations | Charles Lombardo | |
android: Sync translations | |||
2024-01-20 | android: Sync translations | t895 | |
2024-01-20 | Merge pull request #12720 from t895/return-to-global | liamwhite | |
android: Change "Clear" to "Use global setting" for per-game settings | |||
2024-01-20 | android: Change "Clear" to "Use global setting" for per-game settings | t895 | |
2024-01-20 | Merge pull request #12688 from liamwhite/wl-present-fix | liamwhite | |
renderer_vulkan: recreate swapchain when frame size changes | |||
2024-01-20 | Merge pull request #12724 from merryhime/fs-u8str-overloads | liamwhite | |
fs/file: Explicitly convert std::u8string to std::filesystem::path | |||
2024-01-20 | Merge pull request #12721 from t895/card-elevation | liamwhite | |
android: Use elevated card style for home setting card | |||
2024-01-20 | Merge pull request #12719 from t895/sort-search | liamwhite | |
android: Sort recently added/played games by time | |||
2024-01-20 | Merge pull request #12715 from t895/remove-addons | liamwhite | |
android: Add uninstall addon button | |||
2024-01-20 | Merge pull request #12660 from german77/better-vibration | liamwhite | |
service: hid: Fully implement abstract vibration | |||
2024-01-20 | Merge pull request #12701 from liamwhite/flinger-layer-issues | liamwhite | |
vi: check layer state before opening or closing | |||
2024-01-20 | fs/file: Explicitly convert std::u8string to std::filesystem::path | Merry | |
2024-01-20 | android: Use elevated card style for home setting card | t895 | |
2024-01-20 | android: Sort recently added/played games by time | 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 | android: Use callback to update progress bar dialogs | t895 | |
2024-01-19 | frontend_common: Add content manager utility functions | t895 | |
Creates utility functions to remove/install DLC, updates, and base game content | |||
2024-01-19 | Merge pull request #12713 from shinra-electric/mvk-127 | liamwhite | |
macOS: Bump MoltenVK to v1.2.7 | |||
2024-01-19 | Bump MoltenVK to v1.2.7 | shinra-electric | |
2024-01-19 | Merge pull request #12687 from german77/amiibo-lock | liamwhite | |
core: hid: Disable special features before disconnecting the controllers | |||
2024-01-19 | Merge pull request #12695 from anpilley/user-arguments-v2 | liamwhite | |
Allow -u to accept a username string in addition to index | |||
2024-01-19 | Merge pull request #12709 from german77/npad-disc | liamwhite | |
service: hid: Clear controller status when aruid is no longer used | |||
2024-01-19 | service: hid: Clear controller status when aruid is no longer used | Narr the Reg | |
2024-01-18 | Merge pull request #12678 from german77/settings_impl | liamwhite | |
service: set: Implement stubbed functions | |||
2024-01-18 | Merge pull request #12683 from german77/amiibo-dump | liamwhite | |
service: nfc: Create backup when none exist | |||
2024-01-18 | Merge pull request #12644 from liamwhite/vkspec-image-offset | liamwhite | |
shader_recompiler: fix Offset operand usage for non-OpImage*Gather | |||
2024-01-18 | Merge pull request #12702 from german77/android-input | Charles Lombardo | |
input_common: Add android input engine | |||
2024-01-17 | input_common: Add android input engine | Narr the Reg | |
2024-01-17 | Merge pull request #12699 from t895/overlay-saving | liamwhite | |
android: Save overlay data while using emulation fragment | |||
2024-01-17 | vi: check layer state before opening or closing | Liam | |
2024-01-17 | Update based on feedback | Andrew Pilley | |
2024-01-17 | android: Save overlay data while using emulation fragment | t895 | |
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. |