liamwhite
50d3f0b674
Merge pull request #9729 from german77/sdl_input
yuzu_cmd: Fix touch and controller input
3 years ago
liamwhite
d7e4aba2b2
Merge pull request #9728 from ameerj/s32-value
shader_recompiler/value.h: Remove lingering references to S32
3 years ago
german77
60b2683cc1
yuzu_cmd: Order arguments alphabetically and port arguments from Qt
3 years ago
german77
c657c3cade
yuzu_cmd: Fix mismatching controller input
3 years ago
german77
64ae3aeeb9
yuzu_cmd: Fix touch input
3 years ago
ameerj
97e9f40a52
shader_recompiler/value.h: Remove lingering references to S32
3 years ago
bunnei
94e1359ad6
Merge pull request #9717 from german77/less_is_better
input_common: Simplify stick from button
3 years ago
bunnei
4fd63e75e7
Merge pull request #9719 from ameerj/hle-ipc-span-copy
Revert #9718 , Copy HLE Read Buffer for OutputAccessLogToSdCard
3 years ago
Jonas Gutenschwager
2b805dde46
remove disambiguation argument from mute text
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
3 years ago
ameerj
0b2e3ecc19
fsp_srv: Copy HLE Read Buffer for OutputAccessLogToSdCard
3 years ago
ameerj
7cc5da4a9f
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
This reverts commit 153fa289d2 , reversing
changes made to 20676b3b5a .
3 years ago
Mai
f14352a7e1
Merge pull request #9713 from unfamiliarplace/master
Added 'Hide empty rooms' toggle to lobby
3 years ago
bunnei
153fa289d2
Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"
3 years ago
bunnei
20676b3b5a
Merge pull request #9704 from liamwhite/das
kernel: add KDeviceAddressSpace
3 years ago
Luke Sawczak
479a4b297b
added 'Hide empty rooms' toggle to lobby
fixed typo
fixed typo
fixed typo
clang
3 years ago
liamwhite
f74a95b6fb
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"
3 years ago
Narr the Reg
c98ef11cfe
input_common: Simplify stick from button
3 years ago
liamwhite
f4d17a1428
Merge pull request #9708 from ameerj/gl-context-flush
gl_shader_cache: Force context flush when loading disk shader cache
3 years ago
liamwhite
101ed75739
Merge pull request #9703 from ameerj/txq-ms
shaders: Fix TXQ with MSAA textures
3 years ago
Liam
1f14d5ebce
kernel: add KDeviceAddressSpace
3 years ago
bunnei
b781b8621f
Merge pull request #9696 from german77/please_forgive_me_for_this_sin
input_common: Implement turbo buttons
3 years ago
german77
817d7c302a
yuzu: config: Draw turbo buttons with a different color
3 years ago
german77
db99ab5431
input_common: Implement turbo buttons
3 years ago
Mai
7b1bd99458
Merge pull request #9711 from zhaobot/tx-update-20230201062139
Update translations (2023-02-01)
3 years ago
The yuzu Community
1b68a2e9ad
Update translations (2023-02-01)
3 years ago
bunnei
b383cea866
Merge pull request #9697 from liamwhite/kcap
kernel: add KCapabilities
3 years ago
bunnei
8d052680ee
Merge pull request #9508 from ameerj/hle-ipc-buffer-span
hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer
3 years ago
liamwhite
19c174e9cb
Merge pull request #9701 from german77/common_protocol
input_common: joycon: Remove Magic numbers from common protocol
3 years ago
liamwhite
c3424d3da3
Merge pull request #9631 from vonchenplus/vulkan_clear
video_core: Implement vulkan clear specified channel
3 years ago
Liam
943f0bf0c3
kernel: add KCapabilities
3 years ago
ameerj
8e0a70ddcf
gl_compute_pipeline: Force context flush when loading shader cache
3 years ago
Narr the Reg
3fcf573751
input_common: joycon: Remove Magic numbers from common protocol
3 years ago
Morph
5ec8db80dd
Merge pull request #9707 from german77/clang15
cmake: Download clang format 15
3 years ago
german77
706dae4410
cmake: Download clang format 15
3 years ago
ameerj
175244e92e
gl_graphics_pipeline: Force context flush when loading shader cache
3 years ago
Narr the Reg
954f7206a6
input_common: joycon: Fill missing enum data
3 years ago
Morph
7cc82131a3
Merge pull request #9706 from Morph1984/github-tagged-merge
ci: Abort on failure to query Github's API
3 years ago
Morph
7513a154d3
apply-patches-by-label: Remove unused variables and imports
3 years ago
Morph
6c868a0757
apply-patches-by-label: Use python f-strings
3 years ago
Morph
1d8cd25345
ci: Abort on failure to query Github's API
This raises an exception if the GET request to Github's API returns anything other than 200 OK, ensuring we always have successful merges of tagged PRs.
Also, reduces the number of queried pages from 29 to 9 to reduce the number of requests.
3 years ago
Morph
8bbde237ca
Merge pull request #9705 from behunin/patch-1
Move to Clang Format 15
3 years ago
Levi Behunin
2ff6c44168
Move to Clang Format 15
Depends on https://github.com/yuzu-emu/build-environments/pull/69
clang-15 primary run
3 years ago
ameerj
bbb60f60d2
spirv: Fix TXQ with MSAA textures
3 years ago
ameerj
13b0feaede
emit_glasm_image: Fix TXQ with MSAA textures
3 years ago
ameerj
2a98e88a3a
emit_glsl_image: Implement TXQ with MSAA textures
Also fixes for texture buffers, which do not have mips eithers.
3 years ago
liamwhite
e472e66c2f
Merge pull request #9699 from ameerj/texture-pass-desc
texture_pass: Fix texture descriptors comparisons
3 years ago
liamwhite
8224292145
Merge pull request #9698 from ameerj/texture-pass-handle
texture_pass: Refactor texture handle retrieval
3 years ago
liamwhite
a5bc2444d2
Merge pull request #9694 from ameerj/txq-mips
shader_recompiler: TXQ: Skip QueryLevels when possible
3 years ago
liamwhite
4d775a9329
Merge pull request #9684 from liamwhite/read-the-spec
polyfill_thread: satisfy execution ordering requirements of stop_callback
3 years ago
bunnei
be27d89a18
Merge pull request #9689 from german77/joycon-calibration
input_common: joycon: Remove magic numbers from calibration protocol
3 years ago