| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | Merge pull request #9736 from Kelebek1/dynamic_vertex_attribs | 2023-02-09 | 1 | -25/+1 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Remove fake vertex bindings when dynamic state is enabled | 2023-02-05 | 1 | -25/+1 | ||
| * | | | | | | | | | Merge pull request #9750 from ameerj/glsl-sample-id-mask | 2023-02-09 | 1 | -6/+0 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | glsl_emit_context: Remove redeclarations of gl_SampleID and gl_SampleMask | 2023-02-08 | 1 | -6/+0 | ||
| * | | | | | | | | | | audio: cubeb: Fix yuzu crashing when it test for latency | 2023-02-09 | 1 | -0/+20 | ||
| | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | | buffer_base: Partially revert changes from #9559 | 2023-02-08 | 2 | -7/+9 | ||
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #9747 from german77/SetSupportedNpadIdTypes | 2023-02-08 | 4 | -6/+15 | ||
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||||
| | * | | | | | | | service: hid: Return error if arguments of SetSupportedNpadIdType is invalid | 2023-02-07 | 4 | -6/+15 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #9739 from liamwhite/old-gcc-fix | 2023-02-07 | 2 | -4/+5 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | kernel: fix compilation with older gcc | 2023-02-06 | 2 | -4/+5 | ||
| * | | | | | | | Merge pull request #4949 from Morph1984/hidpi-temp-fix | 2023-02-06 | 3 | -8/+65 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | main: Convert to device independent coordinates for scaling | 2023-01-25 | 3 | -8/+13 | ||
| | * | | | | | | | main: Use passthrough scaling for non-windows OSes | 2023-01-25 | 1 | -3/+12 | ||
| | * | | | | | | | main: Enable High DPI fixes for Qt >= 5.14 | 2023-01-25 | 1 | -0/+43 | ||
| * | | | | | | | | Merge pull request #9644 from SaiKai/volume_quicksetting | 2023-02-06 | 2 | -24/+90 | ||
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | remove disambiguation argument from mute text | 2023-02-04 | 1 | -1/+1 | ||
| | * | | | | | | | add volume quicksetting with volume slider | 2023-01-19 | 2 | -24/+90 | ||
| * | | | | | | | | Update yuzu_cmd's default_ini.h | 2023-02-06 | 1 | -7/+10 | ||
| | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | | kernel/svc: Split implementations into separate files | 2023-02-04 | 40 | -2688/+3196 | ||
| * | | | | | | | Merge pull request #9720 from SoRadGaming/discordPresenceUpdate | 2023-02-04 | 2 | -8/+61 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Add Game Icon for Discord RPC | 2023-02-05 | 2 | -8/+61 | ||
| * | | | | | | | | Merge pull request #9730 from german77/cmd_arg | 2023-02-04 | 1 | -19/+36 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | yuzu_cmd: Order arguments alphabetically and port arguments from Qt | 2023-02-04 | 1 | -19/+36 | ||
| * | | | | | | | | | Merge pull request #9729 from german77/sdl_input | 2023-02-04 | 4 | -35/+39 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | yuzu_cmd: Fix mismatching controller input | 2023-02-04 | 3 | -2/+18 | ||
| | * | | | | | | | | | yuzu_cmd: Fix touch input | 2023-02-04 | 2 | -33/+21 | ||
| | |/ / / / / / / / | ||||||
| * | | | | / / / / | shader_recompiler/value.h: Remove lingering references to S32 | 2023-02-04 | 1 | -11/+0 | ||
| | |_|_|_|/ / / / |/| | | | | | | | ||||||
| * | | | | | | | | Merge pull request #9717 from german77/less_is_better | 2023-02-03 | 1 | -32/+13 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | input_common: Simplify stick from button | 2023-02-02 | 1 | -32/+13 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | fsp_srv: Copy HLE Read Buffer for OutputAccessLogToSdCard | 2023-02-03 | 1 | -1/+1 | ||
| * | | | | | | | | Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span" | 2023-02-03 | 61 | -326/+368 | ||
| * | | | | | | | | Merge pull request #9713 from unfamiliarplace/master | 2023-02-02 | 3 | -0/+25 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | added 'Hide empty rooms' toggle to lobby | 2023-02-02 | 3 | -0/+25 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span | 2023-02-02 | 61 | -368/+326 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ... | 2023-02-02 | 61 | -368/+326 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #9704 from liamwhite/das | 2023-02-02 | 6 | -0/+232 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | kernel: add KDeviceAddressSpace | 2023-02-01 | 6 | -0/+232 | ||
| * | | | | | | | | Merge pull request #9708 from ameerj/gl-context-flush | 2023-02-01 | 6 | -16/+49 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | gl_compute_pipeline: Force context flush when loading shader cache | 2023-01-29 | 4 | -7/+37 | ||
| | * | | | | | | | | gl_graphics_pipeline: Force context flush when loading shader cache | 2023-01-29 | 4 | -9/+12 | ||
| * | | | | | | | | | Merge pull request #9703 from ameerj/txq-ms | 2023-02-01 | 5 | -18/+51 | ||
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | spirv: Fix TXQ with MSAA textures | 2023-01-29 | 3 | -8/+19 | ||
| | * | | | | | | | | emit_glasm_image: Fix TXQ with MSAA textures | 2023-01-29 | 1 | -1/+9 | ||
| | * | | | | | | | | emit_glsl_image: Implement TXQ with MSAA textures | 2023-01-29 | 1 | -9/+23 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #9696 from german77/please_forgive_me_for_this_sin | 2023-02-01 | 8 | -32/+138 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | yuzu: config: Draw turbo buttons with a different color | 2023-02-01 | 2 | -14/+23 | ||
| | * | | | | | | | | input_common: Implement turbo buttons | 2023-02-01 | 6 | -18/+115 | ||
| * | | | | | | | | | Merge pull request #9697 from liamwhite/kcap | 2023-01-31 | 6 | -0/+738 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| | * | | | | | | | | kernel: add KCapabilities | 2023-01-29 | 6 | -0/+738 | ||
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #9508 from ameerj/hle-ipc-buffer-span | 2023-01-30 | 61 | -326/+368 | ||
| |\ \ \ \ \ \ \ \ | ||||||