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
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
0cbb5cd1f0
qt: fix configuration weirdness on turbo
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
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
german77
81cfe514ab
yuzu: Automatically refresh device list
3 years ago
german77
784d60966f
yuzu: fix device name setting
3 years ago
Chloe Marcec
27a7d5a11a
Set: Allow setting device nickname
3 years ago
Narr the Reg
d68ca768b5
yuzu: Make unlimited frame rate non persistent between game boots
3 years ago
Liam
292cc68b75
video_core: Integrate SMAA
Co-authored-by: goldenx86 <goldenx86@users.noreply.github.com>
Co-authored-by: BreadFish64 <breadfish64@users.noreply.github.com>
3 years ago
Lioncash
1ad43e68da
configure_graphics: Make SPIRV backend string translatable
The parenthetical needs to be translatable, like with GLASM
3 years ago
Lioncash
7a349e99ee
emulated_controller: Remove unused parameter in GetMappedDevices()
This isn't used, so it can be removed to make the function a little
nicer.
3 years ago
Liam
dfc09df118
core: add option to break on unmapped access
3 years ago
Liam
acc4a150ef
video_core: add null backend
3 years ago
ameerj
76a58e741a
configure_input_player: Fix profile saving when using handheld controller type
3 years ago
ameerj
736a034af8
config: Custom profile detection fixes
Also only reads/writes applicable configs for the custom profiles.
3 years ago
ameerj
8a1c99d57b
configure_input_per_game: Allow configuring all 8 players
3 years ago
Liam
0a077cb467
Vulkan: update initialization
Co-authored-by: bylaws <bylaws@users.noreply.github.com>
3 years ago
Matías Locatti
b4211c8a46
Sharpness instead of Sharpening
3 years ago
lat9nq
cedec65403
configure_graphics: Implement custom FSR Sharpening setting
3 years ago
Matías Locatti
8e19421f84
FSR Sharpening Slider part 1 - only a global slider
3 years ago
ameerj
19ca666e9f
Configuration: Add per-game input profiles
3 years ago
Kyle Kienapfel
6269560358
Qt6: Disable IR Sensor when compiling with Qt6
Gating the IR Sensor code behind a macro like so
`#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0)) && YUZU_USE_QT_MULTIMEDIA`
The YUZU_USE_QT_MULTIMEDIA flag is implemented in later commit
Also the locale fix in src/yuzu/main.cpp is now gated against Qt6,
as it causes compilation error
4 years ago
lat9nq
348447abbb
configure_profile_manager: Cleanup reference/pointer usage
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
Co-authored-by: Mai M. <mathew1800@gmail.com>
3 years ago
lat9nq
0feb3c195c
configure_profile_manager: Remove profile picture border
The border adds its own width at least on Linux which causes the icon to
be offset by 1px, and cropped by 2px on the bottom and right sides.
3 years ago
lat9nq
0d4da0b260
configure_profile_manager: Use a custom dialog for deletion
A hopefully more informative dialog that most importantly notifies the
user that their saves will be deleted with the user profile.
cpm: Only keep track of UI elements that we need
cpm: Remove unused forward declarations
cpm: Add missing include
3 years ago
Piplup
210d5d29ed
UI: Add options to hide extra columns ( #9093 )
UI change that allows the user to hide the size and or file types columns
3 years ago
Kyle Kienapfel
2c4f84ee2a
UI: Add option to hide the compatibility list
Option is added directly below the option for the addons column
Defaulting to hide compatibility list. Changing default works properly.
Co-authored-by: Piplup <piplup55@users.noreply.github.com>
4 years ago
Narr the Reg
70825554ec
yuzu: Add 16:10 aspect ratio
4 years ago
Kelebek1
8351d39dd0
Choose the SDL audio backend when Cubeb reports too high of a latency
4 years ago
Morph
5254f0499b
configure_graphics: Fix graphics API selection when a game is running
The graphics API setting should not be changed when a game is running.
4 years ago
Narr the Reg
7241fc17ae
yuzu: sort input profiles by name
4 years ago
Narr the Reg
ca0d1fd4f1
yuzu: Silence some clang warnings
4 years ago