| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | service: hid: Implement GetLastActiveNpad | 2024-01-06 | 3 | -3/+14 | ||
| | | | | | | ||||||
| | * | | | | service: hid: Implement AssigningSingleOnSlSrPress | 2024-01-06 | 3 | -2/+24 | ||
| | | | | | | ||||||
| | * | | | | service: hid: Implement SetNpadSystemExtStateEnabled | 2024-01-06 | 5 | -8/+34 | ||
| | | | | | | ||||||
| | * | | | | service: hid: Implement CaptureButtonAssignment | 2024-01-06 | 5 | -8/+57 | ||
| | | | | | | ||||||
| * | | | | | Merge pull request #12599 from german77/settings | 2024-01-07 | 14 | -380/+394 | ||
| |\ \ \ \ \ | |_|/ / / |/| | | | | service: set: Use official names | |||||
| | * | | | | service: set: Rename files | 2024-01-06 | 14 | -21/+21 | ||
| | | | | | | ||||||
| | * | | | | service: set: Use official names | 2024-01-06 | 9 | -359/+373 | ||
| | | | | | | ||||||
| * | | | | | Merge pull request #12560 from GayPotatoEmma/master | 2024-01-07 | 2 | -0/+10 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | android: add basic support for google game dashboard | |||||
| | * | | | | | android: add basic support for google game dashboard | 2024-01-04 | 2 | -0/+10 | ||
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge pull request #12601 from german77/rocket | 2024-01-07 | 1 | -0/+5 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | service: hid: Make sure there's an active aruid handle | |||||
| | * | | | | | service: hid: Make sure there's an active aruid handle | 2024-01-06 | 1 | -0/+5 | ||
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge pull request #12576 from t895/total-save-manager | 2024-01-07 | 6 | -0/+264 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | android: Re-add global save manager | |||||
| | * | | | | android: Re-add global save manager | 2024-01-04 | 6 | -0/+264 | ||
| | |/ / / | | | | | | | | | | | | | Reworked to correctly collect and import/export saves that could exist in either /nand/user/save/000...000/<user id> or /nand/user/save/account/<user id raw string> | |||||
| * | | | | Merge pull request #12596 from german77/hid_qlaunch | 2024-01-06 | 2 | -6/+60 | ||
| |\ \ \ \ | | | | | | | | | | | service: hid: Add functions needed by QLaunch | |||||
| | * | | | | service: hid: Add functions needed by Qlaunch | 2024-01-06 | 2 | -6/+60 | ||
| | | |/ / | |/| | | ||||||
| * / | | | service: hid: Handle pending delete | 2024-01-06 | 3 | -21/+18 | ||
| |/ / / | ||||||
| * | | | hid_core: Move hid to it's own subproject | 2024-01-05 | 141 | -438/+481 | ||
| | | | | ||||||
| * | | | Merge pull request #12437 from ameerj/gl-amd-fixes | 2024-01-04 | 5 | -14/+15 | ||
| |\ \ \ | | | | | | | | | OpenGL: Fixes and workaround updates for AMD | |||||
| | * | | | Settings: Indicate AMD's compatibility with SPIR-V on OGL | 2023-12-21 | 1 | -1/+1 | ||
| | | | | | ||||||
| | * | | | spirv_emit_context: Fix BaseInstance for OGL spirv | 2023-12-21 | 1 | -1/+1 | ||
| | | | | | ||||||
| | * | | | emit_glsl_image: Use inlined texelFetch offsets | 2023-12-20 | 2 | -7/+7 | ||
| | | | | | ||||||
| | * | | | gl_device: Remove AMD blacklists that are no longer applicable | 2023-12-20 | 1 | -5/+6 | ||
| | | | | | ||||||
| * | | | | Merge pull request #12575 from t895/inconsistent-settings-application | 2024-01-04 | 4 | -11/+6 | ||
| |\ \ \ \ | | | | | | | | | | | frontend_common: config: Only write setting related to opened config file | |||||
| | * | | | | android: Save global config synchronously in onCloseGameFoldersFragment | 2024-01-03 | 1 | -2/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | Could cause multiple global saves at once that went untracked previously | |||||
| | * | | | | frontend_common: config: Only write setting related to opened config file | 2024-01-03 | 1 | -2/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | If we tried to write a switchable setting to config that was not using global in the global config instance, we could write the per-game setting accidentally. This ensures that we always use the global setting for global config and the currently applied setting for custom config. | |||||
| | * | | | | android: Don't save settings on config destruction | 2024-01-03 | 2 | -7/+0 | ||
| | | |/ / | |/| | | | | | | | | | | Android doesn't have a proper way of destroying its config object so it's best to stick to the built-in methods to control saving config | |||||
| * | | | | Merge pull request #12571 from t895/apply-orientation-on-start | 2024-01-04 | 4 | -14/+49 | ||
| |\ \ \ \ | | | | | | | | | | | android: Expose more orientation options | |||||
| | * | | | | android: Update orientation on emulation fragment start | 2024-01-03 | 1 | -0/+1 | ||
| | | | | | | ||||||
| | * | | | | android: Expose all orientation locking options | 2024-01-03 | 4 | -14/+48 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #12570 from t895/generic-config-pain | 2024-01-04 | 2 | -16/+11 | ||
| |\ \ \ \ | | | | | | | | | | | frontend_common: config: Move WriteIntegerSetting definition to header | |||||
| | * | | | | frontend_common: config: Move WriteIntegerSetting definition to header | 2024-01-03 | 2 | -16/+11 | ||
| | |/ / / | | | | | | | | | | | | | Fixes a compiler error where the compiler could not see the definition of the method in qt_config and others. | |||||
| * | | | | Merge pull request #12558 from t895/zip-storage-method | 2024-01-04 | 3 | -3/+15 | ||
| |\ \ \ \ | | | | | | | | | | | android: Disable compression for zip exports | |||||
| | * | | | | android: Add internal option to disable compression for zip exports | 2024-01-02 | 3 | -3/+15 | ||
| | |/ / / | | | | | | | | | | | | | Disables compression for user data and save exports | |||||
| * | | | | Merge pull request #12557 from merryhime/termination-ipi | 2024-01-04 | 1 | -4/+4 | ||
| |\ \ \ \ | | | | | | | | | | | KThread: Send termination interrupt to all cores a thread has affinity to | |||||
| | * | | | | KThread: Send termination interrupt to all cores a thread has affinity to | 2024-01-02 | 1 | -4/+4 | ||
| | |/ / / | | | | | | | | | | | | | | | | | KThread::RequestTerminate may run from a thread which is not the CurrentCore, and thus masking this out is erroneous. | |||||
| * | | | | service: hid: Remove data races when handling shared memory | 2024-01-03 | 17 | -29/+45 | ||
| | | | | | ||||||
| * | | | | service: hid: Implement NpadResource and NpadData | 2024-01-03 | 19 | -676/+1930 | ||
| |/ / / | ||||||
| * | | | Merge pull request #12554 from german77/directconnect | 2024-01-02 | 1 | -1/+1 | ||
| |\ \ \ | | | | | | | | | yuzu: Use displayed port on direct connect | |||||
| | * | | | yuzu: Use displayed port on direct connect | 2024-01-02 | 1 | -1/+1 | ||
| | | |/ | |/| | ||||||
| * | | | Merge pull request #12551 from t895/dpad-save-fix | 2024-01-02 | 1 | -2/+1 | ||
| |\ \ \ | | | | | | | | | android: Fix dpad position saving | |||||
| | * | | | android: Fix dpad position saving | 2024-01-01 | 1 | -2/+1 | ||
| | |/ / | | | | | | | | | | Was using the wrong key previously | |||||
| * / / | android: Use case-insensitive check for addon directory | 2024-01-01 | 1 | -1/+1 | ||
| |/ / | ||||||
| * | | Merge pull request #12543 from FernandoS27/stop-liking-posts-from-ur-friends-ex | 2024-01-01 | 3 | -4/+5 | ||
| |\ \ | | | | | | | VideoCore: A few fixes to DMA and swapchain | |||||
| | * | | Vulkan: Only recreate swapchain if the frame is bigger than the swap image. | 2023-12-31 | 2 | -2/+3 | ||
| | | | | ||||||
| | * | | MaxwellDMA: Don't flush the outputs of a dma copy. | 2023-12-31 | 2 | -3/+3 | ||
| | | | | ||||||
| * | | | Merge pull request #12536 from german77/npad_interface | 2024-01-01 | 37 | -230/+711 | ||
| |\ \ \ | | | | | | | | | service: hid: Use applet resource to get latest shared memory handle | |||||
| | * | | | service: hid: Use applet resource to get latest shared memory handle | 2023-12-31 | 37 | -230/+711 | ||
| | | | | | ||||||
| * | | | | Merge pull request #12518 from t895/theme-settings | 2024-01-01 | 38 | -1044/+1545 | ||
| |\ \ \ \ | | | | | | | | | | | android: Migrate remaining settings to ini | |||||
| | * | | | | android: Expose touchscreen toggle | 2023-12-30 | 3 | -0/+13 | ||
| | | | | | | ||||||
| | * | | | | android: Don't apply material you below android 12 | 2023-12-30 | 1 | -1/+8 | ||
| | | | | | | | | | | | | | | | | | | | | | Since you can manually change the config file now, users can force the material you theme under Android 12 and that will result in crashing on startup. This swaps to the default theme if that happens. | |||||