Narr the Reg
5e4ea04a64
core: hidbus: Fix BusType size
3 years ago
Narr the Reg
db2785082b
settings: Add more input settings to the log
3 years ago
Narr the Reg
9477181d09
core: hid: Fix native mouse mappings
3 years ago
Narr the Reg
d482ec32a4
yuzu: Set a lower timeout for discord presence
3 years ago
Merry
c9678bda24
svc: Fix type consistency (exposed on macOS)
3 years ago
Alexandre Bouvier
83afc12475
externals: Update cpp-httplib to latest
3 years ago
MonsterDruide1
d746cfc018
net: translate ECONNRESET network error
3 years ago
german77
165ebbb63c
Qt: Reintroduce scaling for touch input
3 years ago
Liam
1773a1039f
kernel: add KObjectName
3 years ago
Narr the Reg
0a88c7dbbe
yuzu: Shutdown game on restart to reload per game config
3 years ago
Narr the Reg
df9c8bdfd9
yuzu: Write to config file on important config changes
3 years ago
Narr the Reg
17207939e5
input_common: Split mouse input into individual devices
3 years ago
german77
57aaf00a0c
Qt: Fix mouse scalling
3 years ago
arades79
98631b45b6
remove constexpr from virtual function
Signed-off-by: arades79 <scravers@protonmail.com>
3 years ago
liamwhite
58a2c19982
Revert "main: Fix borderless fullscreen for high dpi scaled displays"
3 years ago
Kelebek1
3b50906f00
Reimplement the invalidate_texture_data_cache register
3 years ago
Kelebek1
139b645aa2
Allow >1 cpu threads on video decoding, disable multi-frame decoding
3 years ago
Liam
79fbdfca17
service: remove deleted services
3 years ago
arades79
880b6e9795
use a string view to skip allocation
Signed-off-by: arades79 <scravers@protonmail.com>
3 years ago
arades79
683019878f
remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency
Signed-off-by: arades79 <scravers@protonmail.com>
3 years ago
arades79
26e44a3be4
apply clang-format
Signed-off-by: arades79 <scravers@protonmail.com>
3 years ago
arades79
392a029ef4
don't use static inside constexpr function
Signed-off-by: arades79 <scravers@protonmail.com>
3 years ago
arades79
45e13b03f3
add static lifetime to constexpr values to force compile time evaluation where possible
Signed-off-by: arades79 <scravers@protonmail.com>
3 years ago
Liam
ceda2d280e
general: rename CurrentProcess to ApplicationProcess
3 years ago
Kelebek1
3a90ed99be
Fix biquad filter command's state buffer offset
3 years ago
Liam
4363ca304a
kernel: use GetCurrentProcess
3 years ago
Morph
d6677b50f6
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
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
Kelebek1
2e02ed8bb5
Add fallback for memory read/write in case the address goes over a 4K page
3 years ago
FengChen
4adf39edf2
video_core: Speed up video frame data copy
3 years ago
Kelebek1
19e1ea6a02
Fix depop prepare receiving bad mix infos and writing out of bounds, and update aux a bit, may help
3 years ago
bunnei
e79270507b
core: kernel: k_process: Use application system resource.
3 years ago
ameerj
5e746da981
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
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