Kelebek1
|
3b50906f00
|
Reimplement the invalidate_texture_data_cache register
|
3 years ago |
m-HD
|
9df92bad2a
|
Update settings.cpp
added missing graphical settings to RestoreGlobalState()
|
3 years ago |
ameerj
|
93cf2b3ca8
|
texture_cache: OpenGL: Implement MSAA uploads and copies
|
3 years ago |
Colin Kinloch
|
868ab0d3b4
|
kernel/svc: Fix undefined info_id
|
3 years ago |
FengChen
|
4adf39edf2
|
video_core: Speed up video frame data copy
|
3 years ago |
bunnei
|
e79270507b
|
core: kernel: k_process: Use application system resource.
|
3 years ago |
Merry
|
3c60bc36a1
|
biquad_filter: Clamp f64 in ApplyBiquadFilterFloat
|
3 years ago |
Merry
|
9bdcb1070f
|
biquad_filter: Fix rounding in ApplyBiquadFilterInt
|
3 years ago |
Liam
|
36b70dec05
|
kernel: avoid usage of bit_cast
|
3 years ago |
Morph
|
3fbb93e5c9
|
main: Re-add QtWebEngine zoom factor
For some reason, I had removed this in ad6cec71ec
This should fix any improperly scaled web applets.
|
3 years ago |
Narr the Reg
|
acba9a6b76
|
input_common: Reintroduce custom pro controller support
|
3 years ago |
Narr the Reg
|
7c0dcea96c
|
audio: cubeb: Fix yuzu crashing when it test for latency
|
3 years ago |
Narr the Reg
|
5e9fa5def5
|
core: hid: Use gyro thresholds modes set by the game
|
3 years ago |
ameerj
|
eb9f16dce4
|
buffer_base: Partially revert changes from #9559
This fixes a regression where Yoshi's Crafted World (and potentially other titles) would enter an infinite loop when GPU Accuracy was set to "Normal"
|
3 years ago |
ameerj
|
04139cb3ed
|
glsl_emit_context: Remove redeclarations of gl_SampleID and gl_SampleMask
These built-ins seem to be available without needing to be declared for fragment shaders, similar i.e. to gl_FragDepth
|
3 years ago |
Narr the Reg
|
c27006e99d
|
service: hid: Return error if arguments of SetSupportedNpadIdType is invalid
|
3 years ago |
Behunin
|
8551ac6008
|
Remove OnCommandListEndCommand
Call rasterizer->ReleaseFences() directly
|
3 years ago |
Liam
|
2415d37ea2
|
kernel/svc: switch to generated wrappers
|
3 years ago |
Liam
|
82c2a3da9f
|
kernel: fix compilation with older gcc
|
3 years ago |
Matías Locatti
|
69eaad18a5
|
Update yuzu_cmd's default_ini.h
Rename FSR, add missing resolution multipliers, and SMAA
|
3 years ago |
Kelebek1
|
8ae2a664d2
|
Remove fake vertex bindings when dynamic state is enabled
|
3 years ago |
Liam
|
92eb091ddb
|
kernel/svc: Split implementations into separate files
|
3 years ago |
Sorab
|
923c17f1ae
|
Add Game Icon for Discord RPC
Connected to Yuzu Compatibility Page
|
3 years ago |
german77
|
3cd0b816cc
|
yuzu_cmd: Order arguments alphabetically and port arguments from Qt
|
3 years ago |
german77
|
ebca59b8e9
|
yuzu_cmd: Fix mismatching controller input
|
3 years ago |
german77
|
424643f9af
|
yuzu_cmd: Fix touch input
|
3 years ago |
ameerj
|
4678f53463
|
shader_recompiler/value.h: Remove lingering references to S32
|
3 years ago |
Jonas Gutenschwager
|
2a491f7aaa
|
remove disambiguation argument from mute text
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
|
3 years ago |
ameerj
|
979e4d9950
|
fsp_srv: Copy HLE Read Buffer for OutputAccessLogToSdCard
|
3 years ago |
ameerj
|
2d2522693e
|
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
This reverts commit 25fc5c0e11, reversing
changes made to af20e25081.
|
3 years ago |
Luke Sawczak
|
54ab154696
|
added 'Hide empty rooms' toggle to lobby
fixed typo
fixed typo
fixed typo
clang
|
3 years ago |
liamwhite
|
b01698775b
|
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"
|
3 years ago |
Narr the Reg
|
2f2e88c3fb
|
input_common: Simplify stick from button
|
3 years ago |
Liam
|
7d1c3a3f59
|
kernel: add KDeviceAddressSpace
|
3 years ago |
german77
|
ce1895497d
|
yuzu: config: Draw turbo buttons with a different color
|
3 years ago |
german77
|
75e81885b0
|
input_common: Implement turbo buttons
|
3 years ago |
Liam
|
67a8740af6
|
kernel: add KCapabilities
|
3 years ago |
ameerj
|
720ff38097
|
gl_compute_pipeline: Force context flush when loading shader cache
|
3 years ago |
Narr the Reg
|
c318a4c80b
|
input_common: joycon: Remove Magic numbers from common protocol
|
3 years ago |
ameerj
|
01eeda74a6
|
gl_graphics_pipeline: Force context flush when loading shader cache
|
3 years ago |
Narr the Reg
|
11fea5deea
|
input_common: joycon: Fill missing enum data
|
3 years ago |
Levi Behunin
|
d5fc56db4b
|
Move to Clang Format 15
Depends on https://github.com/yuzu-emu/build-environments/pull/69
clang-15 primary run
|
3 years ago |
ameerj
|
a63e17566a
|
spirv: Fix TXQ with MSAA textures
|
3 years ago |
ameerj
|
a1d8306bfd
|
emit_glasm_image: Fix TXQ with MSAA textures
|
3 years ago |
ameerj
|
08feba2b56
|
emit_glsl_image: Implement TXQ with MSAA textures
Also fixes for texture buffers, which do not have mips eithers.
|
3 years ago |
ameerj
|
0d820f2dab
|
texture_pass: Fix texture descriptors comparisons
|
3 years ago |
ameerj
|
9bb429999e
|
texture_pass: Refactor texture handle retrieval
|
3 years ago |
ameerj
|
2c2e019a44
|
shader_recompiler: TXQ: Skip QueryLevels when possible
|
3 years ago |
ameerj
|
c0cedbae94
|
emit_glsl_image: Fix ImageFetch for MSAA textures
|
3 years ago |
Narr the Reg
|
e84a441d75
|
yuzu: config: Avoid reading deleted object
|
3 years ago |