summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-25android: Add option to make MessageDialogFragments non-dismissiblet895
Additionally fixes an issue where its viewmodel could hold onto a stale positive action
2024-01-25frontend_common: Consistently use referencest895
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-25frontend_common: Remove key rederivation and keep key checkt895
2024-01-22Merge pull request #12739 from t895/debug-keystoreCharles Lombardo
android: Provide debug.keystore for debug and relWithDebInfo builds
2024-01-22Merge pull request #12738 from t895/lock-drawerCharles Lombardo
android: Port "Lock drawer" feature from Citra
2024-01-22Merge pull request #12736 from t895/verify-contentsCharles Lombardo
android: Add verify contents buttons
2024-01-21android: Provide debug.keystore for debug and relWithDebInfo buildst895
Allows devs to share debug builds with testers without uninstalling the previous build
2024-01-21android: Port "Lock drawer" feature from Citrat895
2024-01-21frontend_common: Remove default value for installer callbackst895
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-21Merge pull request #12734 from german77/enable-appletliamwhite
service: hid: Implement EnableAppletForInput
2024-01-21Merge pull request #12735 from german77/disable-vibrationliamwhite
core: hid: Allow to disable vibration
2024-01-21android: Add options to verify installed contentt895
2024-01-21core: hid: Allow to disable vibrationNarr the Reg
2024-01-21frontend_common: Move integrity verification to content_managert895
2024-01-21service: hid: Implement EnableAppletForInputNarr the Reg
2024-01-21Merge pull request #12733 from german77/settings_servicesCharles Lombardo
service: set: Don't allow invalid mii author id
2024-01-21service: set: Don't allow invalid mii author idgerman77
2024-01-21Merge pull request #12728 from t895/sync-translationsCharles Lombardo
android: Sync translations
2024-01-20android: Sync translationst895
2024-01-20Merge pull request #12720 from t895/return-to-globalliamwhite
android: Change "Clear" to "Use global setting" for per-game settings
2024-01-20android: Change "Clear" to "Use global setting" for per-game settingst895
2024-01-20Merge pull request #12688 from liamwhite/wl-present-fixliamwhite
renderer_vulkan: recreate swapchain when frame size changes
2024-01-20Merge pull request #12724 from merryhime/fs-u8str-overloadsliamwhite
fs/file: Explicitly convert std::u8string to std::filesystem::path
2024-01-20Merge pull request #12721 from t895/card-elevationliamwhite
android: Use elevated card style for home setting card
2024-01-20Merge pull request #12719 from t895/sort-searchliamwhite
android: Sort recently added/played games by time
2024-01-20Merge pull request #12715 from t895/remove-addonsliamwhite
android: Add uninstall addon button
2024-01-20Merge pull request #12660 from german77/better-vibrationliamwhite
service: hid: Fully implement abstract vibration
2024-01-20Merge pull request #12701 from liamwhite/flinger-layer-issuesliamwhite
vi: check layer state before opening or closing
2024-01-20fs/file: Explicitly convert std::u8string to std::filesystem::pathMerry
2024-01-20android: Use elevated card style for home setting cardt895
2024-01-20android: Sort recently added/played games by timet895
2024-01-19frontend_common: Add documentation for content_manangert895
2024-01-19android: Add addon delete buttont895
Required some refactoring of retrieving patches in order for the frontend to pass the right information to ContentManager for deletion.
2024-01-19android: Use callback to update progress bar dialogst895
2024-01-19frontend_common: Add content manager utility functionst895
Creates utility functions to remove/install DLC, updates, and base game content
2024-01-19Merge pull request #12713 from shinra-electric/mvk-127liamwhite
macOS: Bump MoltenVK to v1.2.7
2024-01-19Bump MoltenVK to v1.2.7shinra-electric
2024-01-19Merge pull request #12687 from german77/amiibo-lockliamwhite
core: hid: Disable special features before disconnecting the controllers
2024-01-19Merge pull request #12695 from anpilley/user-arguments-v2liamwhite
Allow -u to accept a username string in addition to index
2024-01-19Merge pull request #12709 from german77/npad-discliamwhite
service: hid: Clear controller status when aruid is no longer used
2024-01-19service: hid: Clear controller status when aruid is no longer usedNarr the Reg
2024-01-18Merge pull request #12678 from german77/settings_implliamwhite
service: set: Implement stubbed functions
2024-01-18Merge pull request #12683 from german77/amiibo-dumpliamwhite
service: nfc: Create backup when none exist
2024-01-18Merge pull request #12644 from liamwhite/vkspec-image-offsetliamwhite
shader_recompiler: fix Offset operand usage for non-OpImage*Gather
2024-01-18Merge pull request #12702 from german77/android-inputCharles Lombardo
input_common: Add android input engine
2024-01-17input_common: Add android input engineNarr the Reg
2024-01-17Merge pull request #12699 from t895/overlay-savingliamwhite
android: Save overlay data while using emulation fragment
2024-01-17vi: check layer state before opening or closingLiam
2024-01-17Update based on feedbackAndrew Pilley
2024-01-17android: Save overlay data while using emulation fragmentt895
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.