| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | atomic_ops: Fix MSVC | 2024-01-27 | 1 | -15/+19 | ||
| | * | | | | atomic_ops: Remove volatile qualifier | 2024-01-27 | 2 | -25/+21 | ||
| | * | | | | atomic_ops: Reduce code duplication with templates | 2024-01-27 | 1 | -45/+26 | ||
| * | | | | | Merge pull request #12831 from Kelebek1/audren_multi | 2024-01-28 | 10 | -21/+56 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Use the input process handle to get the correct application's memory | 2024-01-28 | 10 | -21/+56 | ||
| | | |_|_|/ | |/| | | | ||||||
| * | | | | | Merge pull request #12833 from merryhime/vsync-crash | 2024-01-28 | 1 | -0/+5 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | configure_graphics: Avoid crash when vsync_mode_combobox is empty (occurs whe... | 2024-01-28 | 1 | -0/+5 | ||
| * | | | | | | Merge pull request #12826 from t895/system-driver-version | 2024-01-28 | 4 | -2/+46 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | android: Show system driver information | 2024-01-27 | 4 | -2/+46 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #12825 from liamwhite/why | 2024-01-28 | 1 | -1/+2 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | kernel: clear pinned waiter list on unpin | 2024-01-27 | 1 | -1/+2 | ||
| * | | | | | | | Merge pull request #12823 from german77/set-audio | 2024-01-28 | 9 | -61/+353 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | service: set: Increase settings version | 2024-01-28 | 1 | -2/+2 | ||
| | * | | | | | | | service: set: Implement more Qlaunch Settings | 2024-01-28 | 9 | -59/+351 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #12802 from german77/mii_interface | 2024-01-28 | 4 | -412/+171 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | service: mii: Migrate service to new interface | 2024-01-26 | 4 | -412/+171 | ||
| * | | | | | | | | android: Disable focus on loading card | 2024-01-28 | 1 | -1/+3 | ||
| | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | | android: Multi-program app switching | 2024-01-27 | 8 | -34/+117 | ||
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | input: add a missing null pointer check | 2024-01-27 | 1 | -1/+1 | ||
| * | | | | | | android: Reload global settings on closing emulation | 2024-01-26 | 1 | -0/+1 | ||
| | |_|/ / / |/| | | | | ||||||
| * | | | | | Merge pull request #12808 from t895/uri-moment | 2024-01-26 | 1 | -0/+9 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | vfs: Fix getting URI filename | 2024-01-26 | 1 | -0/+9 | ||
| * | | | | | | Merge pull request #12769 from german77/no-log | 2024-01-26 | 3 | -4/+26 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | core: hid: Skip duplicated vibrations | 2024-01-23 | 3 | -3/+21 | ||
| | * | | | | | core: hid: Only set polling mode if needed | 2024-01-23 | 1 | -1/+5 | ||
| * | | | | | | Merge pull request #12809 from t895/error-message | 2024-01-26 | 1 | -1/+7 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | android: Add cancel condition to installed content check | 2024-01-26 | 1 | -1/+7 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #12765 from german77/sys-hid | 2024-01-26 | 16 | -88/+289 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | service: set: Implement more settings functions for Qlaunch | 2024-01-25 | 16 | -88/+289 | ||
| * | | | | | | | Merge pull request #12801 from german77/vibration-fix | 2024-01-26 | 3 | -0/+9 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | service: hid: Don't try to vibrate if device isn't initialized | 2024-01-25 | 3 | -0/+9 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #12707 from FearlessTobi/fs-housekeeping | 2024-01-26 | 141 | -974/+3350 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | Address review comments and fix compilation problems | 2024-01-25 | 16 | -269/+249 | ||
| | * | | | | | | fs: Add path class | 2024-01-25 | 11 | -30/+2228 | ||
| | * | | | | | | result: Make fully constexpr, add ON_RESULT_INCLUDED | 2024-01-25 | 9 | -29/+57 | ||
| | * | | | | | | fs/errors: Unify naming of result codes | 2024-01-25 | 7 | -42/+37 | ||
| | * | | | | | | fs: Replace Mode enum by OpenMode enum | 2024-01-25 | 21 | -188/+195 | ||
| | * | | | | | | vfs: Move vfs files to their own directory | 2024-01-25 | 100 | -160/+183 | ||
| | * | | | | | | fs: Move fsp_srv subclasses to separate files | 2024-01-25 | 17 | -542/+687 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #12796 from t895/controller-optimizations | 2024-01-25 | 25 | -24/+247 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | android: Disable default focus highlight on views that shouldn't be selected | 2024-01-25 | 11 | -5/+19 | ||
| | * | | | | | | android: Allow controller to focus on toolbar menu items | 2024-01-25 | 11 | -6/+28 | ||
| | * | | | | | | android: Add 600dp layout for GameInfoFragment | 2024-01-25 | 1 | -0/+155 | ||
| | * | | | | | | android: Fix button click listener for build version name | 2024-01-25 | 1 | -1/+1 | ||
| | * | | | | | | android: Disable focus for the root of cards that contain buttons | 2024-01-25 | 4 | -5/+5 | ||
| | * | | | | | | android: Focus on the in game menu when opened | 2024-01-25 | 4 | -7/+39 | ||
| | |/ / / / / | ||||||
| * | | | | | | cmif_serialization: support non-domain sessions on domain servers | 2024-01-25 | 1 | -33/+32 | ||
| * | | | | | | cmif_types: improve ergonomics of types | 2024-01-25 | 4 | -38/+97 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #12759 from liamwhite/mp-misc | 2024-01-25 | 4 | -4/+25 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | nvservices: close map handles on session close | 2024-01-22 | 3 | -0/+16 | ||