summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shader_recompiler: use only ConstOffset for OpImageFetchGravatar Liam2024-02-052-38/+7
|
* Merge pull request #12901 from Kelebek1/timezone_firmware_fixGravatar liamwhite2024-02-031-0/+1
|\ | | | | Fix firmware timezone boot load check.
| * Fix firmware timezone boot load check.Gravatar Kelebek12024-02-031-0/+1
| |
* | Merge pull request #12895 from german77/filesGravatar liamwhite2024-02-032-0/+12
|\ \ | | | | | | service: fs: Skip non user id folders
| * | service: fs: Skip non user id foldersGravatar Narr the Reg2024-02-022-0/+12
| |/
* | Merge pull request #12877 from german77/npad-fixedGravatar liamwhite2024-02-038-66/+64
|\ \ | | | | | | service: hid: Multiple fixes
| * | service: hid: Multiple fixesGravatar Narr the Reg2024-02-018-66/+64
| | |
* | | Merge pull request #12852 from Calinou/multiplayer-color-player-countsGravatar liamwhite2024-02-031-4/+21
|\ \ \ | | | | | | | | Color player counts in the multiplayer public lobby list
| * | | Color player counts in the multiplayer public lobby listGravatar Hugo Locurcio2024-01-301-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-filtersGravatar liamwhite2024-02-032-1/+19
|\ \ \ \ | | | | | | | | | | Persist filters in multiplayer public lobby list
| * | | | Persist filters in multiplayer public lobby listGravatar Hugo Locurcio2024-01-302-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-hotkeysGravatar liamwhite2024-02-032-1/+13
|\ \ \ \ | |_|_|/ |/| | | Add hotkeys for multiplayer actions
| * | | Add hotkeys for multiplayer actionsGravatar Hugo Locurcio2024-01-302-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/constGravatar Fernando S2024-02-0231-91/+100
|\ \ \ | | | | | | | | service: use const references for input raw data
| * | | service: use const references for input raw dataGravatar Liam2024-02-0131-91/+100
| | |/ | |/|
* | | Merge pull request #12845 from liamwhite/notifGravatar Fernando S2024-02-023-126/+324
|\ \ \ | | | | | | | | notif: rewrite for new IPC
| * | | notif: rewrite for new IPCGravatar Liam2024-01-293-126/+324
| | | |
* | | | Merge pull request #12885 from Moonlacer/eclipse-fixGravatar liamwhite2024-02-022-2/+5
|\ \ \ \ | | | | | | | | | | structured_control_flow: Add Samsung Proprietary Driver ID to Reorder Pass
| * | | | Clang FixGravatar Moonlacer2024-02-011-2/+3
| | | | |
| * | | | Add Samsung Proprietary Driver ID to Reorder PassGravatar Moonlacer2024-02-012-1/+3
| | | | | | | | | | | | | | | | | | | | For RDNA-based Samsung Xclipse GPUs
* | | | | Merge pull request #12761 from liamwhite/mp-compositeGravatar Fernando S2024-02-0290-3497/+3667
|\ \ \ \ \ | |_|_|/ / |/| | | | video_core: rewrite presentation for layer composition
| * | | | hardware_composer: implement speed limit extensionsGravatar Liam2024-01-315-22/+50
| | | | |
| * | | | nvnflinger/gpu: implement layer stack compositionGravatar Liam2024-01-3128-252/+469
| | | | |
| * | | | renderer_opengl: implement layer stack compositionGravatar Liam2024-01-3110-290/+402
| | | | |
| * | | | renderer_vulkan: implement layer stack compositionGravatar Liam2024-01-3122-952/+662
| | | | |
| * | | | renderer_opengl: split up blit screen resources into antialias and window ↵Gravatar Liam2024-01-3113-229/+329
| | | | | | | | | | | | | | | | | | | | adapt passes
| * | | | renderer_opengl: move out ownership of FSR resourcesGravatar Liam2024-01-313-100/+74
| | | | |
| * | | | renderer_vulkan: convert FSR to graphics pipelineGravatar Liam2024-01-3117-454/+302
| | | | |
| * | | | renderer_opengl: move out FSR shader source constructionGravatar Liam2024-01-313-26/+23
| | | | |
| * | | | renderer_opengl: split out FXAAGravatar Liam2024-01-317-24/+79
| | | | |
| * | | | renderer_opengl: split out SMAAGravatar Liam2024-01-3110-96/+197
| | | | |
| * | | | renderer_vulkan: split up blit screen resources into separate antialias and ↵Gravatar Liam2024-01-3111-913/+985
| | | | | | | | | | | | | | | | | | | | window adapt passes
| * | | | renderer_vulkan: isolate FXAA from blit screenGravatar Liam2024-01-3112-651/+590
| | | | |
| * | | | renderer_opengl: isolate core presentation codeGravatar Liam2024-01-316-577/+639
| | | | |
| * | | | video_core: consistently account for resolution scaling when renderingGravatar Liam2024-01-3110-31/+40
| | | | |
| * | | | video_core: simplify accelerated surface fetch and crop handling between APIsGravatar Liam2024-01-3118-316/+262
| | | | |
* | | | | Merge pull request #12875 from FernandoS27/sw-blitterGravatar liamwhite2024-02-011-18/+19
|\ \ \ \ \ | | | | | | | | | | | | SwBlitter: Fix Pitch linear reading/writting
| * | | | | SwBlitter: Fix Pitch linear reading/writtingGravatar Fernando Sahmkow2024-01-311-18/+19
| |/ / / /
* | | | | Merge pull request #12848 from german77/caps-interfaceGravatar liamwhite2024-02-0113-388/+263
|\ \ \ \ \ | | | | | | | | | | | | service: capsrv: Migrate to new IPC
| * | | | | service: capsrv: Migrate to new IPCGravatar Narr the Reg2024-01-2913-388/+263
| | |_|/ / | |/| | |
* | | | | Merge pull request #12780 from german77/touch_resource5Gravatar liamwhite2024-02-0132-739/+1894
|\ \ \ \ \ | |_|/ / / |/| | | | service: hid: Fully implement touch resource
| * | | | service: hid: Restore active aruidGravatar german772024-01-282-0/+12
| | | | |
| * | | | service: hid: Fully implement touch resourceGravatar Narr the Reg2024-01-2830-739/+1882
| | | | |
* | | | | Merge pull request #12760 from liamwhite/mp-amGravatar Narr the Reg2024-01-31132-4710/+7084
|\ \ \ \ \ | | | | | | | | | | | | am: rewrite for multiprocess support
| * | | | | am: push storage from error applet with non-zero sizeGravatar Liam2024-01-301-1/+1
| | | | | |
| * | | | | am: stop emulation when all applets are closedGravatar Liam2024-01-291-0/+8
| | | | | |
| * | | | | core: support offline web appletGravatar Liam2024-01-2932-58/+470
| | | | | |
| * | | | | am: return AppletDataBroker and use for frontend appletsGravatar Liam2024-01-2931-508/+424
| | | | | |
| * | | | | am: rework IStorage for transfer storageGravatar Liam2024-01-296-109/+117
| | | | | |
| * | | | | am: migrate global state to per-applet state structureGravatar Liam2024-01-2941-748/+687
| | | | | |