Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-27 | Merge pull request #12824 from t895/multi-boot | liamwhite | |
android: Multi-program app switching | |||
2024-01-27 | android: Multi-program app switching | t895 | |
2024-01-27 | Merge pull request #12818 from K900/small-fixes | liamwhite | |
A few small fixes | |||
2024-01-27 | input: add a missing null pointer check | K900 | |
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-27 | nx_tzdb: add another safety assertion | K900 | |
2024-01-27 | nx_tzdb: check for unpacked directory | K900 | |
Otherwise things get funny if the archive is downloaded, but the unpacking was interrupted. | |||
2024-01-27 | Merge pull request #12815 from t895/visual-driver-silly | liamwhite | |
android: Reload global settings on closing emulation | |||
2024-01-26 | android: Reload global settings on closing emulation | t895 | |
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-26 | Merge pull request #12808 from t895/uri-moment | liamwhite | |
vfs: Fix getting URI filename | |||
2024-01-26 | Merge pull request #12769 from german77/no-log | liamwhite | |
core: hid: Reduce controller requests | |||
2024-01-26 | vfs: Fix getting URI filename | t895 | |
2024-01-26 | Merge pull request #12809 from t895/error-message | liamwhite | |
android: Add cancel condition to installed content check | |||
2024-01-26 | Merge pull request #12765 from german77/sys-hid | liamwhite | |
service: set: Implement more settings functions for Qlaunch | |||
2024-01-26 | Merge pull request #12801 from german77/vibration-fix | liamwhite | |
service: hid: Don't try to vibrate if device isn't initialized | |||
2024-01-26 | Merge pull request #12707 from FearlessTobi/fs-housekeeping | liamwhite | |
fs: Various cleanups & add path class for later use | |||
2024-01-26 | android: Add cancel condition to installed content check | t895 | |
2024-01-25 | service: hid: Don't try to vibrate if device isn't initialized | Narr the Reg | |
2024-01-25 | Merge pull request #12796 from t895/controller-optimizations | liamwhite | |
android: Controller focus optimizations | |||
2024-01-25 | Merge pull request #12798 from liamwhite/cmif-fixes | liamwhite | |
cmif_serialization: fixes | |||
2024-01-25 | Merge pull request #12794 from abouvier/cmake-simpleini-module | liamwhite | |
cmake: support simpleini config and pc file | |||
2024-01-25 | cmif_serialization: support non-domain sessions on domain servers | Liam | |
2024-01-25 | cmif_types: improve ergonomics of types | Liam | |
2024-01-25 | android: Disable default focus highlight on views that shouldn't be selected | t895 | |
2024-01-25 | android: Allow controller to focus on toolbar menu items | t895 | |
Workaround for this https://issuetracker.google.com/issues/256948272 | |||
2024-01-25 | android: Add 600dp layout for GameInfoFragment | t895 | |
2024-01-25 | android: Fix button click listener for build version name | t895 | |
Was set to the text instead of the parent view by mistake | |||
2024-01-25 | android: Disable focus for the root of cards that contain buttons | t895 | |
2024-01-25 | android: Focus on the in game menu when opened | t895 | |
2024-01-26 | cmake: support simpleini cmake config and pc file | Alexandre Bouvier | |
2024-01-25 | service: set: Implement more settings functions for Qlaunch | Narr the Reg | |
2024-01-25 | Address review comments and fix compilation problems | FearlessTobi | |
2024-01-25 | fs: Add path class | FearlessTobi | |
2024-01-25 | result: Make fully constexpr, add ON_RESULT_INCLUDED | FearlessTobi | |
2024-01-25 | fs/errors: Unify naming of result codes | FearlessTobi | |
2024-01-25 | fs: Replace Mode enum by OpenMode enum | FearlessTobi | |
2024-01-25 | vfs: Move vfs files to their own directory | FearlessTobi | |
2024-01-25 | fs: Move fsp_srv subclasses to separate files | FearlessTobi | |
fs: Move additional files to the fsp directory | |||
2024-01-25 | Merge pull request #12759 from liamwhite/mp-misc | liamwhite | |
core: miscellaneous fixes | |||
2024-01-25 | Merge pull request #12777 from t895/firmware-warning | liamwhite | |
android: Add key warning | |||
2024-01-25 | Merge pull request #12783 from liamwhite/cmif-generation | liamwhite | |
service: add template serializer for method calls | |||
2024-01-25 | service: add template serializer for method calls | Liam | |
2024-01-25 | Merge pull request #12787 from t895/game-list-refresh | liamwhite | |
android: Only compare game contents for GameAdapter | |||
2024-01-25 | Merge pull request #12786 from t895/driver-overlay | liamwhite | |
android: Show driver vendor in FPS overlay | |||
2024-01-25 | Merge pull request #12499 from Kelebek1/time | liamwhite | |
Rework time services | |||
2024-01-25 | android: Fix waiting for driver install on startup | t895 | |
2024-01-25 | android: Add current driver vendor to FPS overlay | t895 | |
2024-01-25 | android: Add key check | t895 | |
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 | |