| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | shader_recompiler: use only ConstOffset for OpImageFetch | 2024-02-05 | 2 | -38/+7 | |
| | | |||||
| * | Merge pull request #12901 from Kelebek1/timezone_firmware_fix | 2024-02-03 | 1 | -0/+1 | |
| |\ | | | | | Fix firmware timezone boot load check. | ||||
| | * | Fix firmware timezone boot load check. | 2024-02-03 | 1 | -0/+1 | |
| | | | |||||
| * | | Merge pull request #12895 from german77/files | 2024-02-03 | 2 | -0/+12 | |
| |\ \ | | | | | | | service: fs: Skip non user id folders | ||||
| | * | | service: fs: Skip non user id folders | 2024-02-02 | 2 | -0/+12 | |
| | |/ | |||||
| * | | Merge pull request #12877 from german77/npad-fixed | 2024-02-03 | 8 | -66/+64 | |
| |\ \ | | | | | | | service: hid: Multiple fixes | ||||
| | * | | service: hid: Multiple fixes | 2024-02-01 | 8 | -66/+64 | |
| | | | | |||||
| * | | | Merge pull request #12852 from Calinou/multiplayer-color-player-counts | 2024-02-03 | 1 | -4/+21 | |
| |\ \ \ | | | | | | | | | Color player counts in the multiplayer public lobby list | ||||
| | * | | | Color player counts in the multiplayer public lobby list | 2024-01-30 | 1 | -4/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Full lobbies have their player count displayed in red. - Lobbies with one slot left have their player count displayed in orange. - Empty lobbies have their player count grayed out. | ||||
| * | | | | Merge pull request #12851 from Calinou/multiplayer-persist-filters | 2024-02-03 | 2 | -1/+19 | |
| |\ \ \ \ | | | | | | | | | | | Persist filters in multiplayer public lobby list | ||||
| | * | | | | Persist filters in multiplayer public lobby list | 2024-01-30 | 2 | -1/+19 | |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After connecting to a room, the chosen filter text, "Games I Own", "Hide Empty Rooms" and "Hide Full Rooms" values are persisted to configuration so they are preserved across restarts. This makes it easier to rejoin a room if you regularly play the same game, or after a crash. | ||||
| * | | | | Merge pull request #12850 from Calinou/multiplayer-add-hotkeys | 2024-02-03 | 2 | -1/+13 | |
| |\ \ \ \ | |_|_|/ |/| | | | Add hotkeys for multiplayer actions | ||||
| | * | | | Add hotkeys for multiplayer actions | 2024-01-30 | 2 | -1/+13 | |
| | |/ / | | | | | | | | | | | | | | | | | | | Default shortcuts were chosen as to be intuitive (use the first letter of the action, or the second word's first letter) and work on all types of keyboards. The hotkeys can be used while playing a game too, as they are application-wide. | ||||
| * | | | Merge pull request #12857 from liamwhite/const | 2024-02-02 | 31 | -91/+100 | |
| |\ \ \ | | | | | | | | | service: use const references for input raw data | ||||
| | * | | | service: use const references for input raw data | 2024-02-01 | 31 | -91/+100 | |
| | | |/ | |/| | |||||
| * | | | Merge pull request #12845 from liamwhite/notif | 2024-02-02 | 3 | -126/+324 | |
| |\ \ \ | | | | | | | | | notif: rewrite for new IPC | ||||
| | * | | | notif: rewrite for new IPC | 2024-01-29 | 3 | -126/+324 | |
| | | | | | |||||
| * | | | | Merge pull request #12885 from Moonlacer/eclipse-fix | 2024-02-02 | 2 | -2/+5 | |
| |\ \ \ \ | | | | | | | | | | | structured_control_flow: Add Samsung Proprietary Driver ID to Reorder Pass | ||||
| | * | | | | Clang Fix | 2024-02-01 | 1 | -2/+3 | |
| | | | | | | |||||
| | * | | | | Add Samsung Proprietary Driver ID to Reorder Pass | 2024-02-01 | 2 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | For RDNA-based Samsung Xclipse GPUs | ||||
| * | | | | | Merge pull request #12761 from liamwhite/mp-composite | 2024-02-02 | 90 | -3497/+3667 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | video_core: rewrite presentation for layer composition | ||||
| | * | | | | hardware_composer: implement speed limit extensions | 2024-01-31 | 5 | -22/+50 | |
| | | | | | | |||||
| | * | | | | nvnflinger/gpu: implement layer stack composition | 2024-01-31 | 28 | -252/+469 | |
| | | | | | | |||||
| | * | | | | renderer_opengl: implement layer stack composition | 2024-01-31 | 10 | -290/+402 | |
| | | | | | | |||||
| | * | | | | renderer_vulkan: implement layer stack composition | 2024-01-31 | 22 | -952/+662 | |
| | | | | | | |||||
| | * | | | | renderer_opengl: split up blit screen resources into antialias and window ↵ | 2024-01-31 | 13 | -229/+329 | |
| | | | | | | | | | | | | | | | | | | | | | adapt passes | ||||
| | * | | | | renderer_opengl: move out ownership of FSR resources | 2024-01-31 | 3 | -100/+74 | |
| | | | | | | |||||
| | * | | | | renderer_vulkan: convert FSR to graphics pipeline | 2024-01-31 | 17 | -454/+302 | |
| | | | | | | |||||
| | * | | | | renderer_opengl: move out FSR shader source construction | 2024-01-31 | 3 | -26/+23 | |
| | | | | | | |||||
| | * | | | | renderer_opengl: split out FXAA | 2024-01-31 | 7 | -24/+79 | |
| | | | | | | |||||
| | * | | | | renderer_opengl: split out SMAA | 2024-01-31 | 10 | -96/+197 | |
| | | | | | | |||||
| | * | | | | renderer_vulkan: split up blit screen resources into separate antialias and ↵ | 2024-01-31 | 11 | -913/+985 | |
| | | | | | | | | | | | | | | | | | | | | | window adapt passes | ||||
| | * | | | | renderer_vulkan: isolate FXAA from blit screen | 2024-01-31 | 12 | -651/+590 | |
| | | | | | | |||||
| | * | | | | renderer_opengl: isolate core presentation code | 2024-01-31 | 6 | -577/+639 | |
| | | | | | | |||||
| | * | | | | video_core: consistently account for resolution scaling when rendering | 2024-01-31 | 10 | -31/+40 | |
| | | | | | | |||||
| | * | | | | video_core: simplify accelerated surface fetch and crop handling between APIs | 2024-01-31 | 18 | -316/+262 | |
| | | | | | | |||||
| * | | | | | Merge pull request #12875 from FernandoS27/sw-blitter | 2024-02-01 | 1 | -18/+19 | |
| |\ \ \ \ \ | | | | | | | | | | | | | SwBlitter: Fix Pitch linear reading/writting | ||||
| | * | | | | | SwBlitter: Fix Pitch linear reading/writting | 2024-01-31 | 1 | -18/+19 | |
| | |/ / / / | |||||
| * | | | | | Merge pull request #12848 from german77/caps-interface | 2024-02-01 | 13 | -388/+263 | |
| |\ \ \ \ \ | | | | | | | | | | | | | service: capsrv: Migrate to new IPC | ||||
| | * | | | | | service: capsrv: Migrate to new IPC | 2024-01-29 | 13 | -388/+263 | |
| | | |_|/ / | |/| | | | |||||
| * | | | | | Merge pull request #12780 from german77/touch_resource5 | 2024-02-01 | 32 | -739/+1894 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | service: hid: Fully implement touch resource | ||||
| | * | | | | service: hid: Restore active aruid | 2024-01-28 | 2 | -0/+12 | |
| | | | | | | |||||
| | * | | | | service: hid: Fully implement touch resource | 2024-01-28 | 30 | -739/+1882 | |
| | | | | | | |||||
| * | | | | | Merge pull request #12760 from liamwhite/mp-am | 2024-01-31 | 132 | -4710/+7084 | |
| |\ \ \ \ \ | | | | | | | | | | | | | am: rewrite for multiprocess support | ||||
| | * | | | | | am: push storage from error applet with non-zero size | 2024-01-30 | 1 | -1/+1 | |
| | | | | | | | |||||
| | * | | | | | am: stop emulation when all applets are closed | 2024-01-29 | 1 | -0/+8 | |
| | | | | | | | |||||
| | * | | | | | core: support offline web applet | 2024-01-29 | 32 | -58/+470 | |
| | | | | | | | |||||
| | * | | | | | am: return AppletDataBroker and use for frontend applets | 2024-01-29 | 31 | -508/+424 | |
| | | | | | | | |||||
| | * | | | | | am: rework IStorage for transfer storage | 2024-01-29 | 6 | -109/+117 | |
| | | | | | | | |||||
| | * | | | | | am: migrate global state to per-applet state structure | 2024-01-29 | 41 | -748/+687 | |
| | | | | | | | |||||