Alexandre Bouvier
e9ec2e4cf0
cmake: use correct boost imported targets
3 years ago
Narr the Reg
2e388209d7
Revert "yuzu: config: Remove player 8 and 9 from config file"
3 years ago
Narr the Reg
f6531fb17c
yuzu: config: Remove player 8 and 9 from config file
3 years ago
german77
2120dd02d6
config: Fix per game Force max clock
3 years ago
ameerj
c5386e2179
configuration: Add async ASTC decode setting
3 years ago
Narr the Reg
22ecd01434
yuzu: Set a lower timeout for discord presence
3 years ago
Alexandre Bouvier
a6a501bfe8
externals: Update cpp-httplib to latest
3 years ago
german77
22874a20d9
Qt: Reintroduce scaling for touch input
3 years ago
Narr the Reg
790033039a
yuzu: Shutdown game on restart to reload per game config
3 years ago
Narr the Reg
19ef4a0ee2
yuzu: Write to config file on important config changes
3 years ago
Narr the Reg
8a7dfb2439
input_common: Split mouse input into individual devices
3 years ago
german77
6932c0ed2a
Qt: Fix mouse scalling
3 years ago
liamwhite
0ffd5f7565
Revert "main: Fix borderless fullscreen for high dpi scaled displays"
3 years ago
arades79
60a68839ee
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
adcef452e0
add static lifetime to constexpr values to force compile time evaluation where possible
Signed-off-by: arades79 <scravers@protonmail.com>
3 years ago
Liam
c68577384a
general: rename CurrentProcess to ApplicationProcess
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
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
Narr the Reg
75039440f3
input_common: Reintroduce custom pro controller support
3 years ago
Sorab
5f5c185e3b
Add Game Icon for Discord RPC
Connected to Yuzu Compatibility Page
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
Luke Sawczak
479a4b297b
added 'Hide empty rooms' toggle to lobby
fixed typo
fixed typo
fixed typo
clang
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
Narr the Reg
56cf32f245
yuzu: config: Avoid reading deleted object
3 years ago
SoRadGaming
f274064268
LDN Hostname Support in Direct Connect
- Added IPv6 & Namespace support in direct connection Regex
- Updated Tooltip for Direct Connect UI
- Removed Dropdown Connection Type in Direct Connect
3 years ago
Wollnashorn
6b840142b3
video_core/opengl: Add FSR upscaling filter to the OpenGL renderer
3 years ago
Morph
2a75968ff4
main: Convert to device independent coordinates for scaling
devicePixelRatioF() returns the scaling ratio when high dpi scaling is enabled.
When high dpi scaling is enabled, the raw screen coordinate system is scaled to device independent coordinates.
3 years ago
Morph
3c27ddd604
main: Use passthrough scaling for non-windows OSes
They should be better than windows when handling fractional scaling ratios.
3 years ago
Morph
6cd0467543
main: Enable High DPI fixes for Qt >= 5.14
This uses Qt's new high DPI application attributes for scaling the current window.
However, these aren't perfect as scaling with non integer scales will cause artifacts in UI, icons and other elements.
Therefore, we use a heuristic to select an appropriate integer scale value depending on the current screen resolution and applies this to the application.
3 years ago
Morph
79d9982c66
main: Only set AA_DisableWindowContextHelpButton below Qt6
This is fortunately disabled by default on Qt6, so we just have to check whether we are compiling with Qt6 or not.
3 years ago
Morph
aeada1616a
main: Globally disable the "?" button on dialogs
Sets the AA_DisableWindowContextHelpButton attribute to disable this useless button globally.
3 years ago
german77
8137de5e93
yuzu: Fix language comobox crash
3 years ago
Narr the Reg
000a5852ee
core: hid: Only set the polling mode to the correct side
3 years ago
german77
22eb8ce395
yuzu: Add ring controller test button
3 years ago
Narr the Reg
3672362ce1
core: hid: Migrate ring from emulated devices to emulated controller
3 years ago
Narr the Reg
2b87d9e674
yuzu: Update controller colors and button names
3 years ago
Narr the Reg
216bdb7884
input_common: Disable SDL driver with switch controllers
3 years ago
Jonas Gutenschwager
306d95802a
add volume quicksetting with volume slider
3 years ago
Jonas Gutenschwager
0a1e70f431
fix format
3 years ago
Jonas Gutenschwager
66c71b5b5b
allow volume up/down hotkeys to be repeated
3 years ago
Matías Locatti
b269425fd8
UI change
3 years ago
Matías Locatti
cf9e60d883
1.5X resolution scaler option
3 years ago
Narr the Reg
b6721a40fe
yuzu: Read mouse wheel input
3 years ago
Liam
d4f46c3f04
qt: unlock during signal emission
3 years ago
Liam
0cbb5cd1f0
qt: fix configuration weirdness on turbo
3 years ago
UltraHDR
3efc13dd54
macOS: Make Yuzu show up in the Launchpad Games folder ( #9594 )
https://developer.apple.com/documentation/bundleresources/information_property_list/lsapplicationcategorytype
This makes it show up in the Launchpad Games folder
3 years ago
MonsterDruide1
a1bec20a60
TAS: Show all script lengths for multiplayer
4 years ago
Liam
76c4ba3ee5
qt: additional fixes for reentrant shutdown
3 years ago
Wollnashorn
7ba5544a6c
video_core/vulkan: Driver pipeline cache will now be deleted with the shader cache
3 years ago