Kelebek1
4aee835d49
Fix biquad filter command's state buffer offset
3 years ago
Liam
832e1e2ca4
kernel: use GetCurrentProcess
3 years ago
bunnei
e24cd10a63
Merge pull request #9784 from m-HD/master
settings: added missing graphical settings to RestoreGlobalState()
3 years ago
Morph
3da39e4969
main: Fix borderless fullscreen for high dpi scaled displays
On Windows, a borderless window will be treated the same as exclusive fullscreen
when the window geometry matches the physical dimensions of the screen.
However, with High DPI scaling, when the devicePixelRatioF() is > 1, the borderless
window apparently is not treated as exclusive fullscreen and functions correctly.
One can verify and replicate this behavior by using a high resolution (4K) display,
and switching between 100% and 200% scaling in Windows' display settings.
At 100%, without the addition of 1, it is treated as exclusive fullscreen.
At 200%, with or without the addition of 1, it is treated as borderless windowed.
Therefore, we can use (read: abuse) this difference in behavior to fix this issue for
those with higher resolution displays when the Qt scaling ratio is > 1.
Should this behavior be changed in the future, please revisit this workaround.
3 years ago
bunnei
ccd667ae40
Merge pull request #9757 from german77/gyro
core: hid: Use gyro thresholds modes set by the game
3 years ago
bunnei
5cf07bebee
Merge pull request #9746 from ameerj/ogl-msaa-texcache
texture_cache: OpenGL: Implement MSAA uploads and copies
3 years ago
m-HD
fa7436638c
Update settings.cpp
added missing graphical settings to RestoreGlobalState()
3 years ago
liamwhite
8a1c6c51da
Merge pull request #9781 from ColinKinloch/info_id_typo
kernel/svc: Fix undefined info_id
3 years ago
ameerj
b60e0b5360
texture_cache: OpenGL: Implement MSAA uploads and copies
3 years ago
Colin Kinloch
d0ca9973a7
kernel/svc: Fix undefined info_id
3 years ago
liamwhite
116140b8a4
Merge pull request #9777 from vonchenplus/speed_up_video_copy
video_core: Speed up video frame data copy
3 years ago
Kelebek1
b5421d05cd
Add fallback for memory read/write in case the address goes over a 4K page
3 years ago
liamwhite
3434c23625
Merge pull request #9773 from bunnei/fix-process-resource
core: kernel: k_process: Use application system resource.
3 years ago
liamwhite
82c83dbbd9
Merge pull request #9768 from merryhime/biquad-rounding
biquad_filter: Fix rounding in ApplyBiquadFilterInt
3 years ago
liamwhite
287638f621
Merge pull request #9744 from behunin/quick-release
gpu_thread: Remove OnCommandListEndCommand
3 years ago
FengChen
b2395ce048
video_core: Speed up video frame data copy
3 years ago
Kelebek1
5c8140092f
Fix depop prepare receiving bad mix infos and writing out of bounds, and update aux a bit, may help
3 years ago
bunnei
37faa1acc8
Merge pull request #9742 from liamwhite/svc-wrap-only
kernel/svc: switch to generated wrappers
3 years ago
bunnei
0fea8b78c3
Merge pull request #9759 from german77/pro_controller
input_common: Reintroduce custom pro controller support
3 years ago
bunnei
86a1aa0fcc
core: kernel: k_process: Use application system resource.
3 years ago
ameerj
8467bf5224
kernel: Refactor thread_local variable usage
On MSVC at least, there seems to be a non-trivial overhead to calling GetHostThreadId().
This slightly reworks the host_thread_id variable to reduce some of the complexity around its usage, along with some small refactors around current_thread and dummy thread
3 years ago
Merry
46ce21d3e2
biquad_filter: Clamp f64 in ApplyBiquadFilterFloat
3 years ago
Merry
f35302d4bf
biquad_filter: Fix rounding in ApplyBiquadFilterInt
3 years ago
liamwhite
caaad4fd5f
Merge pull request #9761 from Morph1984/oops
main: Re-add QtWebEngine zoom factor
3 years ago
bunnei
f53229074a
Merge pull request #9765 from liamwhite/ffs-apple
kernel: avoid usage of bit_cast
3 years ago
Liam
f68b3dcb29
kernel: avoid usage of bit_cast
3 years ago
Morph
030b6f5a5b
main: Re-add QtWebEngine zoom factor
For some reason, I had removed this in 2a75968ff4
This should fix any improperly scaled web applets.
3 years ago
liamwhite
5e8beb000b
Merge pull request #9736 from Kelebek1/dynamic_vertex_attribs
Remove fake vertex bindings when dynamic state is enabled
3 years ago
liamwhite
d3355f0fe0
Merge pull request #9750 from ameerj/glsl-sample-id-mask
glsl_emit_context: Remove redeclarations of gl_SampleID and gl_SampleMask
3 years ago
liamwhite
1abff755a3
Merge pull request #9758 from german77/multi_audio
audio: cubeb: Fix yuzu crashing when it test for latency
3 years ago
Narr the Reg
75039440f3
input_common: Reintroduce custom pro controller support
3 years ago
Narr the Reg
326d8c0905
audio: cubeb: Fix yuzu crashing when it test for latency
3 years ago
Narr the Reg
420560f4d3
core: hid: Use gyro thresholds modes set by the game
3 years ago
Matías Locatti
341d30d869
Merge pull request #9749 from ameerj/pr9559-partial-revert
buffer_base: Partially revert changes from #9559
3 years ago
ameerj
c5f3db8235
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
a6405c4890
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
liamwhite
8fd7978bd7
Merge pull request #9747 from german77/SetSupportedNpadIdTypes
service: hid: Return error if arguments of SetSupportedNpadIdType is invalid
3 years ago
Narr the Reg
3d2f7c4170
service: hid: Return error if arguments of SetSupportedNpadIdType is invalid
3 years ago
Mai
aa4422e8b8
Merge pull request #9739 from liamwhite/old-gcc-fix
kernel: fix compilation with older gcc
3 years ago
Behunin
09f64e648a
Remove OnCommandListEndCommand
Call rasterizer->ReleaseFences() directly
3 years ago
Liam
b91913334e
kernel/svc: switch to generated wrappers
3 years ago
liamwhite
5bfb5c5283
Merge pull request #4949 from Morph1984/hidpi-temp-fix
main: Enable High DPI fixes for Qt >= 5.14
3 years ago
bunnei
0281ba316f
Merge pull request #9644 from SaiKai/volume_quicksetting
add volume quicksetting with volume slider
3 years ago
bunnei
ed383085c1
Merge pull request #9735 from merryhime/dynarmic-6.4.5
dynarmic: Update to 6.4.5
3 years ago
Liam
43131451c3
kernel: fix compilation with older gcc
3 years ago
liamwhite
b14ab79da5
Merge pull request #9737 from goldenx86/yuzu_cmd
Update yuzu_cmd's default_ini.h
3 years ago
Matías Locatti
9bc808f872
Update yuzu_cmd's default_ini.h
Rename FSR, add missing resolution multipliers, and SMAA
3 years ago
Kelebek1
b2a024c42a
Remove fake vertex bindings when dynamic state is enabled
3 years ago
Merry
66ab01f5d0
dynarmic: Update to 6.4.5
3 years ago
Mai
3a887abc96
Merge pull request #9731 from liamwhite/svc-move-only
kernel/svc: Split implementations into separate files
3 years ago