lat9nq
011438fa95
configure_system: Remove external offset on custom rtc
3 years ago
xcfrg
a64ad8315f
yuzu: add opengl shader backend info in status bar
3 years ago
bunnei
4c38220a64
android: native: Add support for custom Vulkan driver loading.
3 years ago
grimkor
b3ebfd2481
add context menu for filter and anti-aliasing status buttons
3 years ago
Liam
415c78b87c
textures: add BC1 and BC3 compressors and recompression setting
3 years ago
grimkor
ceb65c259a
Allow fully customisable controller hotkeys
3 years ago
german77
1968cc7b10
service: nfp: Allow to load with a different amiibo id
3 years ago
Narr the Reg
e1838f51a3
yuzu: Make 3d cube with joycon shape
3 years ago
Narr the Reg
97bd6d6418
core: hid: Allow to calibrate gyro sensor
3 years ago
lat9nq
40f3e2fbf1
configure_graphics_advanced: Hide input compute toggle a little later
SetColoredTristate causes the setting to become visible as it calls
`show()` on it.
3 years ago
Fernando Sahmkow
92da86290c
Settings: add option to enable / disable reactive flushing
3 years ago
lat9nq
55c77dd25b
yuzu-qt/config: Add option to disable compute on Intel
This option is only visible if an Intel GPU using the proprietary
driver is found during Vulkan device enumeration.
configure_graphics: More directly get driver id
Vulkan::Device does quite a bit more than we need just to see the
driver ID here.
3 years ago
Narr the Reg
f017335fef
input_common: Add property to invert an axis button
3 years ago
Narr the Reg
f764223f93
input_common: Add property to invert an axis button
3 years ago
Narr the Reg
46e835f2d6
yuzu: Add motion preview to controller input
3 years ago
Liam
ae59ffc56c
settings: remove pessimistic flushing
3 years ago
lat9nq
a71498d163
qt_common: Remove yuzu prefix
3 years ago
lat9nq
35e7f36a39
configure_graphics: No there isn't a hyphen in VSync
Most sources seem to suggest VSync and not V-Sync
3 years ago
lat9nq
d82cad3fb3
configure_input_player: Add missing include
Cleaning up includes in bootmanager and configure_graphics has exposed a
missing include here.
3 years ago
lat9nq
cd2981ee12
configure_graphics: Clean up includes [IWYU]
3 years ago
lat9nq
a546ecbb12
configure_graphics: Actively find present modes
When Vulkan devices are enumerated, this also determines the available
present modes for each device, maps them to a vector, and gives
those options to the user.
OpenGL options are limited to On/Off.
Required creating a VkSurfaceKHR during device enumeration, which
may or may not be desireable. For the sake of a less confusing UI.
Also fixes a bug where if a graphics device disappears on the host, we
don't try and select the non-existant devices.
configure_graphics: Remove vsync runtime lock for Vulkan
configure_graphics: Recommend Mailbox present mode
configure_graphics: Fix type-limits warning
configure_graphics: Clean up includes
configure_graphics: Add tooltip
3 years ago
lat9nq
6b973c5986
configure_graphics: Fix another typo
3 years ago
lat9nq
41a103c0fc
configure_graphics: Fix typo
3 years ago
lat9nq
6f0929df82
configuration: Expose separate swap present modes
Previously, yuzu would try and guess which vsync mode to use given
different scenarios, but apparently we didn't always get it right. This
exposes the separate modes in a drop-down the user can select.
If a mode isn't available in Vulkan, it defaults to FIFO.
3 years ago
GPUCode
f403d27941
vk_present_manager: Add toggle for async presentation
3 years ago
Liam
2cd9e1ecb6
settings: rename extended memory layout to unsafe, move from general to system
3 years ago
Liam
abb785f269
kernel: switch extended memory setting to 8GB arrangement
3 years ago
Narr the Reg
c95baf92ce
config: Fix controller config from resetting
3 years ago
Morph
4c678cfbc8
configure_audio: Fix output mode setting not saving
3 years ago
Liam
600f325d87
general: fix spelling mistakes
3 years ago
german77
e090a1c6bd
yuzu: Move audio settings to audio section
3 years ago
german77
e8af3f29d2
yuzu: Remove console id setting
3 years ago
Narr the Reg
ff11fdb07e
Revert "yuzu: config: Remove player 8 and 9 from config file"
3 years ago
Narr the Reg
60688bf0d5
yuzu: config: Remove player 8 and 9 from config file
3 years ago
german77
cfd69e2e58
config: Fix per game Force max clock
3 years ago
ameerj
b5bcd8c71b
configuration: Add async ASTC decode setting
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
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
45e13b03f3
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
acba9a6b76
input_common: Reintroduce custom pro controller support
3 years ago
german77
ce1895497d
yuzu: config: Draw turbo buttons with a different color
3 years ago
german77
75e81885b0
input_common: Implement turbo buttons
3 years ago
Narr the Reg
e84a441d75
yuzu: config: Avoid reading deleted object
3 years ago
Wollnashorn
c4a49eb1dd
video_core/opengl: Add FSR upscaling filter to the OpenGL renderer
3 years ago
Morph
cdfb3795af
main: Globally disable the "?" button on dialogs
Sets the AA_DisableWindowContextHelpButton attribute to disable this useless button globally.
3 years ago
EBADBEEF
a84ad180e8
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
a436467152
yuzu: Fix language comobox crash
3 years ago
Narr the Reg
4a307a7b3a
core: hid: Only set the polling mode to the correct side
3 years ago
german77
5cb437703f
yuzu: Add ring controller test button
3 years ago