Morph
8d0d61dfd1
configure_audio: Fix output mode setting not saving
3 years ago
Liam
5be8a74b0c
general: fix spelling mistakes
3 years ago
german77
875958163b
yuzu: Move audio settings to audio section
3 years ago
german77
d4ce7b7ad6
yuzu: Remove console id setting
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
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
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
Narr the Reg
75039440f3
input_common: Reintroduce custom pro controller support
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
Wollnashorn
6b840142b3
video_core/opengl: Add FSR upscaling filter to the OpenGL renderer
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
4 years ago
Narr the Reg
2b87d9e674
yuzu: Update controller colors and button names
4 years ago
Narr the Reg
216bdb7884
input_common: Disable SDL driver with switch controllers
4 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
4 years ago
german77
784d60966f
yuzu: fix device name setting
4 years ago
Chloe Marcec
27a7d5a11a
Set: Allow setting device nickname
4 years ago
Narr the Reg
d68ca768b5
yuzu: Make unlimited frame rate non persistent between game boots
4 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>
4 years ago
Lioncash
1ad43e68da
configure_graphics: Make SPIRV backend string translatable
The parenthetical needs to be translatable, like with GLASM
4 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.
4 years ago
Liam
dfc09df118
core: add option to break on unmapped access
4 years ago
Liam
acc4a150ef
video_core: add null backend
4 years ago
ameerj
76a58e741a
configure_input_player: Fix profile saving when using handheld controller type
4 years ago
ameerj
736a034af8
config: Custom profile detection fixes
Also only reads/writes applicable configs for the custom profiles.
4 years ago