summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | service: hid: Return error if arguments of SetSupportedNpadIdType is invalidGravatar Narr the Reg2023-02-074-6/+15
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #9739 from liamwhite/old-gcc-fixGravatar Mai2023-02-072-4/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | kernel: fix compilation with older gcc
| * | | | | | kernel: fix compilation with older gccGravatar Liam2023-02-062-4/+5
| | | | | | |
* | | | | | | Merge pull request #4949 from Morph1984/hidpi-temp-fixGravatar liamwhite2023-02-063-8/+65
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | main: Enable High DPI fixes for Qt >= 5.14
| * | | | | | | main: Convert to device independent coordinates for scalingGravatar Morph2023-01-253-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | devicePixelRatioF() returns the scaling ratio when high dpi scaling is enabled. When high dpi scaling is enabled, the raw screen coordinate system is scaled to device independent coordinates.
| * | | | | | | main: Use passthrough scaling for non-windows OSesGravatar Morph2023-01-251-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They should be better than windows when handling fractional scaling ratios.
| * | | | | | | main: Enable High DPI fixes for Qt >= 5.14Gravatar Morph2023-01-251-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This uses Qt's new high DPI application attributes for scaling the current window. However, these aren't perfect as scaling with non integer scales will cause artifacts in UI, icons and other elements. Therefore, we use a heuristic to select an appropriate integer scale value depending on the current screen resolution and applies this to the application.
* | | | | | | | Merge pull request #9644 from SaiKai/volume_quicksettingGravatar bunnei2023-02-062-24/+90
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | add volume quicksetting with volume slider
| * | | | | | | remove disambiguation argument from mute textGravatar Jonas Gutenschwager2023-02-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
| * | | | | | | add volume quicksetting with volume sliderGravatar Jonas Gutenschwager2023-01-192-24/+90
| | | | | | | |
* | | | | | | | Update yuzu_cmd's default_ini.hGravatar Matías Locatti2023-02-061-7/+10
| |_|_|/ / / / |/| | | | | | | | | | | | | Rename FSR, add missing resolution multipliers, and SMAA
* | | | | | | kernel/svc: Split implementations into separate filesGravatar Liam2023-02-0440-2688/+3196
| | | | | | |
* | | | | | | Merge pull request #9720 from SoRadGaming/discordPresenceUpdateGravatar bunnei2023-02-042-8/+61
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Game Image with Discord RPC
| * | | | | | | Add Game Icon for Discord RPCGravatar Sorab2023-02-052-8/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Connected to Yuzu Compatibility Page
* | | | | | | | Merge pull request #9730 from german77/cmd_argGravatar liamwhite2023-02-041-19/+36
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | yuzu_cmd: Order arguments alphabetically and port arguments from Qt
| * | | | | | | | yuzu_cmd: Order arguments alphabetically and port arguments from QtGravatar german772023-02-041-19/+36
| | | | | | | | |
* | | | | | | | | Merge pull request #9729 from german77/sdl_inputGravatar liamwhite2023-02-044-35/+39
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | yuzu_cmd: Fix touch and controller input
| * | | | | | | | | yuzu_cmd: Fix mismatching controller inputGravatar german772023-02-043-2/+18
| | | | | | | | | |
| * | | | | | | | | yuzu_cmd: Fix touch inputGravatar german772023-02-042-33/+21
| |/ / / / / / / /
* | | | | / / / / shader_recompiler/value.h: Remove lingering references to S32Gravatar ameerj2023-02-041-11/+0
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge pull request #9717 from german77/less_is_betterGravatar bunnei2023-02-031-32/+13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | input_common: Simplify stick from button
| * | | | | | | | input_common: Simplify stick from buttonGravatar Narr the Reg2023-02-021-32/+13
| |/ / / / / / /
* | | | | | | | fsp_srv: Copy HLE Read Buffer for OutputAccessLogToSdCardGravatar ameerj2023-02-031-1/+1
| | | | | | | |
* | | | | | | | Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"Gravatar ameerj2023-02-0361-326/+368
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 25fc5c0e1158cb8e81cbc769b24ad84032a1fbfd, reversing changes made to af20e25081f97d55b451606c87922e2b49f0d363.
* | | | | | | | Merge pull request #9713 from unfamiliarplace/masterGravatar Mai2023-02-023-0/+25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Added 'Hide empty rooms' toggle to lobby
| * | | | | | | | added 'Hide empty rooms' toggle to lobbyGravatar Luke Sawczak2023-02-023-0/+25
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed typo fixed typo fixed typo clang
* | | | | | | | Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-spanGravatar bunnei2023-02-0261-368/+326
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"
| * | | | | | | | Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ↵Gravatar liamwhite2023-02-0261-368/+326
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | ReadBuffer"
* | | | | | | | Merge pull request #9704 from liamwhite/dasGravatar bunnei2023-02-026-0/+232
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | kernel: add KDeviceAddressSpace
| * | | | | | | kernel: add KDeviceAddressSpaceGravatar Liam2023-02-016-0/+232
| | | | | | | |
* | | | | | | | Merge pull request #9708 from ameerj/gl-context-flushGravatar liamwhite2023-02-016-16/+49
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | gl_shader_cache: Force context flush when loading disk shader cache
| * | | | | | | | gl_compute_pipeline: Force context flush when loading shader cacheGravatar ameerj2023-01-294-7/+37
| | | | | | | | |
| * | | | | | | | gl_graphics_pipeline: Force context flush when loading shader cacheGravatar ameerj2023-01-294-9/+12
| | | | | | | | |
* | | | | | | | | Merge pull request #9703 from ameerj/txq-msGravatar liamwhite2023-02-015-18/+51
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | shaders: Fix TXQ with MSAA textures
| * | | | | | | | spirv: Fix TXQ with MSAA texturesGravatar ameerj2023-01-293-8/+19
| | | | | | | | |
| * | | | | | | | emit_glasm_image: Fix TXQ with MSAA texturesGravatar ameerj2023-01-291-1/+9
| | | | | | | | |
| * | | | | | | | emit_glsl_image: Implement TXQ with MSAA texturesGravatar ameerj2023-01-291-9/+23
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Also fixes for texture buffers, which do not have mips eithers.
* | | | | | | | Merge pull request #9696 from german77/please_forgive_me_for_this_sinGravatar bunnei2023-02-018-32/+138
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | input_common: Implement turbo buttons
| * | | | | | | | yuzu: config: Draw turbo buttons with a different colorGravatar german772023-02-012-14/+23
| | | | | | | | |
| * | | | | | | | input_common: Implement turbo buttonsGravatar german772023-02-016-18/+115
| | | | | | | | |
* | | | | | | | | Merge pull request #9697 from liamwhite/kcapGravatar bunnei2023-01-316-0/+738
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | kernel: add KCapabilities
| * | | | | | | | kernel: add KCapabilitiesGravatar Liam2023-01-296-0/+738
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #9508 from ameerj/hle-ipc-buffer-spanGravatar bunnei2023-01-3061-326/+368
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer
| * | | | | | | | hle_ipc: Use thread_local ReadBufferGravatar ameerj2022-12-281-4/+14
| | | | | | | | |
| * | | | | | | | hle_ipc: Rename ReadBufferSpan to ReadBufferGravatar ameerj2022-12-2833-97/+97
| | | | | | | | |
| * | | | | | | | hle_ipc: Rename ReadBuffer to ReadBufferCopyGravatar ameerj2022-12-283-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Indicates explicitly that a copy is occurring
| * | | | | | | | bsd: Use std::span for read payloadsGravatar ameerj2022-12-286-36/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows the use of HLERequestContext::ReadBufferSpan
| * | | | | | | | nvdrv: Use std::span for inputsGravatar ameerj2022-12-2824-211/+209
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows the use of HLERequestContext::ReadBufferSpan
| * | | | | | | | hidbus: Use ReadBufferSpanGravatar ameerj2022-12-2811-12/+16
| | | | | | | | |
| * | | | | | | | nvflinger: Split Parcel class into InputParcel and OutputParcelGravatar ameerj2022-12-255-48/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The usages of the Parcel class were already unique to either Read or Write operations. Avoids needing a vector of the input payload for the InputParcel use-case, instead it can remain as a span.