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
EBADBEEF
674fb618a5
qt: add option to disable controller applet
- add checkbox to disable the controller applet UI
- when controller applet is disabled, use the yuzu-cmd fallback
controller applet that applies controller config based on rules
- See https://github.com/yuzu-emu/yuzu/issues/8552 for some discussion
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
Wollnashorn
1011652852
config: Set the Vulkan driver pipeline cache option to be global
3 years ago
Wollnashorn
0b17b4edd2
config: Better wording for VK pipeline cache option and enable by default
3 years ago
Wollnashorn
ef0b585b0b
video_core/vulkan: Added `VkPipelineCache` to store Vulkan pipelines
As an optional feature which can be enabled in the advanced graphics configuration, all pipelines that get built at the initial shader loading are stored in a VkPipelineCache object and are dumped to the disk.
These vendor specific pipeline cache files are located at `/shader/GAME_ID/vulkan_pipelines.bin`. This feature was mainly added because of an issue with the AMD driver (see yuzu-emu#8507) causing invalidation of the cache files the driver builds automatically.
3 years ago
Liam
d9b2bc7f04
common: add setting for renderer clock workaround
3 years ago
Fernando Sahmkow
e5d02ff039
yuzu-ui: Add setting for disabling macro HLE
3 years ago
Alexandre Bouvier
eac2672a41
cmake: move find-modules to root cmake dir
3 years ago
MonsterDruide1
9e783cc922
TAS: Record sanitized instead of raw stick inputs
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
3 years ago
Colin Kinloch
edaac481d1
settings: comment language blocklist columns
3 years ago
Wollnashorn
446003088b
config: Save multiplayer settings only globally
Saved multiplayer settings like the nickname, remote address, etc. were reset everytime a game was booted up and the game-specific config files were loaded, as these values will never be set.
3 years ago
Colin Kinloch
e7feff53e7
settings: added regon/language warning bounds check
3 years ago
Colin Kinloch
5de4ef224e
settings: warn on invalid regon/language combinations
3 years ago
Liam
935f192fd7
qt: prevent reentrant shutdown
3 years ago
liamwhite
c069642dcc
qt: fix 'Pause' menu item ( #9497 )
3 years ago
Liam
175157665f
qt: fix uninitialized memory usage
3 years ago
german77
81cfe514ab
yuzu: Automatically refresh device list
3 years ago
Liam
671216b8a6
qt: exit properly on guest-initiated close
3 years ago
Liam
7934914a03
qt: use main window as close overlay parent
3 years ago
Liam
1eb9cb8ec3
qt: continue event loop during game close
3 years ago
Morph
08c6b65cf3
overlay_dialog: Avoid starting the input thread if non-interactive
3 years ago
Morph
0f67f22a6f
overlay_dialog: Hide button dialog box when both buttons are hidden
This allows for the creation of a non-interactive dialog overlay to display system messages.
3 years ago
Marco Rubin
ded2aae24f
Use execlp instead of execl to avoid failure
3 years ago
german77
a96b380b09
yuzu: Remember last selected directory
3 years ago
german77
7510f5971a
bootmanager: Use proper camera size
3 years ago
german77
ae453f0626
bootmanager: Encapsulate all QCamera code
3 years ago
german77
784d60966f
yuzu: fix device name setting
3 years ago
Liam
3e167c3e5a
qt: use _exit instead of exit on SIGINT
3 years ago
Liam
c11dff8639
EmuThread: refactor
3 years ago