summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-28externals/oaknut: Update to 2.0.1Merry
2024-01-27Merge pull request #12818 from K900/small-fixesliamwhite
A few small fixes
2024-01-27input: add a missing null pointer checkK900
There's a few other places where the result of GetAruidData is accessed without a null check, but I couldn't find a code path that hits those.
2024-01-27nx_tzdb: add another safety assertionK900
2024-01-27nx_tzdb: check for unpacked directoryK900
Otherwise things get funny if the archive is downloaded, but the unpacking was interrupted.
2024-01-27Merge pull request #12815 from t895/visual-driver-sillyliamwhite
android: Reload global settings on closing emulation
2024-01-26android: Reload global settings on closing emulationt895
UI like the driver manager expects the global settings to be loaded when in the MainActivity so we reload global config to properly reset state on exit.
2024-01-26Merge pull request #12808 from t895/uri-momentliamwhite
vfs: Fix getting URI filename
2024-01-26Merge pull request #12769 from german77/no-logliamwhite
core: hid: Reduce controller requests
2024-01-26vfs: Fix getting URI filenamet895
2024-01-26Merge pull request #12809 from t895/error-messageliamwhite
android: Add cancel condition to installed content check
2024-01-26Merge pull request #12765 from german77/sys-hidliamwhite
service: set: Implement more settings functions for Qlaunch
2024-01-26Merge pull request #12801 from german77/vibration-fixliamwhite
service: hid: Don't try to vibrate if device isn't initialized
2024-01-26Merge pull request #12707 from FearlessTobi/fs-housekeepingliamwhite
fs: Various cleanups & add path class for later use
2024-01-26android: Add cancel condition to installed content checkt895
2024-01-25service: hid: Don't try to vibrate if device isn't initializedNarr the Reg
2024-01-25Merge pull request #12796 from t895/controller-optimizationsliamwhite
android: Controller focus optimizations
2024-01-25Merge pull request #12798 from liamwhite/cmif-fixesliamwhite
cmif_serialization: fixes
2024-01-25Merge pull request #12794 from abouvier/cmake-simpleini-moduleliamwhite
cmake: support simpleini config and pc file
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-26cmake: support simpleini cmake config and pc fileAlexandre Bouvier
2024-01-25service: set: Implement more settings functions for QlaunchNarr the Reg
2024-01-25Address review comments and fix compilation problemsFearlessTobi
2024-01-25fs: Add path classFearlessTobi
2024-01-25result: Make fully constexpr, add ON_RESULT_INCLUDEDFearlessTobi
2024-01-25fs/errors: Unify naming of result codesFearlessTobi
2024-01-25fs: Replace Mode enum by OpenMode enumFearlessTobi
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi
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