summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-01-26service: mii: Migrate service to new interfaceNarr the Reg
2024-01-25Merge pull request #12796 from t895/controller-optimizationsliamwhite
android: Controller focus optimizations
2024-01-25cmif_serialization: support non-domain sessions on domain serversLiam
2024-01-25cmif_types: improve ergonomics of typesLiam
2024-01-25android: Disable default focus highlight on views that shouldn't be selectedt895
2024-01-25android: Allow controller to focus on toolbar menu itemst895
Workaround for this https://issuetracker.google.com/issues/256948272
2024-01-25android: Add 600dp layout for GameInfoFragmentt895
2024-01-25android: Fix button click listener for build version namet895
Was set to the text instead of the parent view by mistake
2024-01-25android: Disable focus for the root of cards that contain buttonst895
2024-01-25android: Focus on the in game menu when openedt895
2024-01-25Merge pull request #12759 from liamwhite/mp-miscliamwhite
core: miscellaneous fixes
2024-01-25Merge pull request #12777 from t895/firmware-warningliamwhite
android: Add key warning
2024-01-25Merge pull request #12783 from liamwhite/cmif-generationliamwhite
service: add template serializer for method calls
2024-01-25service: add template serializer for method callsLiam
2024-01-25Merge pull request #12787 from t895/game-list-refreshliamwhite
android: Only compare game contents for GameAdapter
2024-01-25Merge pull request #12786 from t895/driver-overlayliamwhite
android: Show driver vendor in FPS overlay
2024-01-25Merge pull request #12499 from Kelebek1/timeliamwhite
Rework time services
2024-01-25android: Fix waiting for driver install on startupt895
2024-01-25android: Add current driver vendor to FPS overlayt895
2024-01-25android: Add key checkt895
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-25android: Only compare game contents for GameAdaptert895
2024-01-24Demote Mesa dozen to the bottom of the device listMatías Locatti
2024-01-24Rework time service to fix time passing offline.Kelebek1
2024-01-23Merge pull request #12763 from liamwhite/fix-hbl-againliamwhite
loader: also register fs process for raw exefs partition
2024-01-23Merge pull request #12768 from german77/wrong_conversionliamwhite
service: properly convert buffers to strings
2024-01-23service: properly convert buffers to stringsNarr the Reg
2024-01-23loader: also register fs process for raw exefs partitionLiam
2024-01-22nvservices: close map handles on session closeLiam
2024-01-22kernel: target invalidate to given processLiam
2024-01-22device_memory_manager: fix ScratchBuffer indexingLiam
2024-01-22Merge pull request #12579 from FernandoS27/smmuliamwhite
Core: Implement Device Mapping & GPU SMMU
2024-01-22android: Add to launcher buttont895
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-20android: Sync translationst895