ReinUsesLisp
541a254c2e
yuzu: Add frontend settings for assembly shaders
Add settings for assembly shaders. Currently hidden to avoid users from
accidentally enabled them.
6 years ago
bunnei
8588ac0645
core: settings: Add a setting for time zone.
6 years ago
Kewlan
37b1427ea9
Add Restore Defaults and Clear options to hotkeys
6 years ago
Fernando Sahmkow
0cf32d6184
Clang Format.
6 years ago
Fernando Sahmkow
c8f4549d43
GPU: Add Fast GPU Time Option.
6 years ago
Kewlan
0e86640777
Edit modifier_scale with the deadzone slider
6 years ago
Fernando Sahmkow
7007675b65
Clang format.
6 years ago
Fernando Sahmkow
c213fd218b
UI: Replasce accurate GPU option for GPU Accuracy Level
6 years ago
Morph
a96e7a02ee
Add a trailing separator to the string path
Fixes #3643
6 years ago
MerryMage
0bbafff3db
dynarmic: Add option to disable CPU JIT optimizations
6 years ago
FearlessTobi
1a242a4ac7
yuzu: Option to hide mouse on inactivity
Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com>
6 years ago
Kewlan
6de648726f
Place SL and SR in the right most column.
6 years ago
ReinUsesLisp
30bbdc653c
yuzu: Drop SDL2 and Qt frontend Vulkan requirements
Create Vulkan instances and surfaces from the Vulkan backend.
6 years ago
ReinUsesLisp
3140098db9
renderer_vulkan: Query device names from the backend
6 years ago
FearlessTobi
f86ff79a7f
yuzu/configuration: Only assert that all buttons exist when we are handling the click for a button device
This fixes failed assertions that were present in yuzu master code for 18 months.
6 years ago
FearlessTobi
662362d6fe
yuzu/configure_input_simple: Fix "Docked Joycons" controller profile
This was incorrectly using PlayerIndex 1 when calling the ConfigureDialog.
6 years ago
Kewlan
f2a6ce9b8c
Re-order the shoulder buttons both in the configuration menu, and in the code.
6 years ago
Dan
d5c239a047
set: implement GetRegionCode
6 years ago
FearlessTobi
918657de2e
yuzu: Save sound output mode and set it to Stereo by default
6 years ago
FearlessTobi
cdbb3accde
bcat: Disable Boxcat backend by default
This commit disables the Boxcat backend by default for new users of yuzu.
There's several reasons as to why this is done:
1. Boxcat currently only actually has an impact on 3 games and doesn't influence any core mechanics of them
2. It causes a plethora of issues when enabled such as games like Crash Team Racing, Diablo 3 and Tales of Vesperia not booting at all or hanging
3. It causes https://github.com/yuzu-emu/yuzu/issues/2957 to happen. This makes the configuration menu totally unusable for many Linux users of yuzu
I think those points show that currently the negative impact of Boxcat outweighs its benefits and should therefore be disabled by default.
For users who are eager to use the extra features provided by it, they can still just turn it on in the settings.
6 years ago
Morph
c6e07faf25
Create an "Advanced" tab in the graphics configuration tab and add anisotropic filtering levels.
6 years ago
bunnei
f93fe8e862
core: settings: Add setting to enable vsync, which is on by default.
6 years ago
Morph
5afb6b95ed
Add 4:3 aspect ratio and address feedback
6 years ago
Morph
74a490c909
Add following aspect ratios: 16:9, 21:9, Stretch to Window
Available as a drop down within the configure graphics tab.
6 years ago
Morph
db09e18f72
Remove option "Show files with type 'Unknown'"
6 years ago
ReinUsesLisp
48cb021c34
yuzu: Implement Vulkan frontend
Adds a Qt and SDL2 frontend for Vulkan. It also finishes the missing
bits on Vulkan initialization.
6 years ago
ReinUsesLisp
2ba5519371
settings: Add settings for graphics backend
6 years ago
FearlessTobi
f857c56aee
yuzu/configuration: create UI tab and move gamelist settings there
6 years ago
fearlessTobi
b2f53cceb6
Input: UDP Client to provide motion and touch controls
An implementation of the cemuhook motion/touch protocol, this adds the
ability for users to connect several different devices to citra to send
direct motion and touch data to citra.
Co-Authored-By: jroweboy <jroweboy@gmail.com>
7 years ago
bunnei
91c7c20c02
yuzu_qt: config: Move audio to its own tab.
- We have some important audio settings, makes them more discoverable.
6 years ago
Bartosz Kaszubowski
ca9353c81c
GUI/gamelist: add "None" as an option for second row and remove dynamically duplicate row options ( #3309 )
* GUI/gamelist: add "None" as an option for second row and remove duplicated row options
* fix clang-format warnings
6 years ago
Bartosz Kaszubowski
f0da8c2b83
GUI/configure: resize hotkeys column to content
6 years ago
CJBok
21e0086bf8
const correction
6 years ago
CJBok
ef66081b4d
clang
6 years ago
CJBok
c6939635cb
Update configure_input_player.cpp
6 years ago
CJBok
f4d746e41e
Added deadzone controls for sdl engine at input settings
6 years ago
bunnei
589063b463
yuzu: configure_web: Use Base64 encoded token for simplifying user experience.
6 years ago
FreddyFunk
1adf55be56
fixed clang format & addressed feedback
6 years ago
FreddyFunk
7664b6a633
yuzu/configure_input_player: Fix input handling for ZL and ZR from controllers with analog triggers
6 years ago
ReinUsesLisp
1dc0eeb6be
yuzu/configure_service: Silence -Wswitch
6 years ago
Zach Hilman
a012cf713d
qt: Add service dialog
6 years ago
Zach Hilman
361dcf2d3a
boxcat: Implement events global field
7 years ago
Zach Hilman
7abab7c3ac
configure_service: Allow Qt to open external links
7 years ago
Zach Hilman
e5c7372a94
yuzu: Add UI tab to configure BCAT services
Also displays current events if boxcat is selected.
7 years ago
Zach Hilman
094de9331f
settings: Add option to set BCAT backend
7 years ago
FearlessTobi
4931ccb967
yuzu: Pause when in background
Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com>
7 years ago
FearlessTobi
ff25e58b56
Add missing include
7 years ago
Zach Hilman
04078a2139
configure_debug: Move reporting option to logging
7 years ago
Zach Hilman
47b8fb931a
config: Remove Dump options from configure_debug
7 years ago
Zach Hilman
41b35e5849
yuzu: Add UI to manage filesystem paths and sizes
7 years ago