summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-01-25fs: Move fsp_srv subclasses to separate filesFearlessTobi
fs: Move additional files to the fsp directory
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
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