ReinUsesLisp
d89888389d
yuzu/configuration: Show assembly shaders check box
6 years ago
Morph
03fad5ebe8
yuzu/frontend: Remove internal resolution option
6 years ago
FearlessTobi
aaa4822fcb
Actually save the input when clearing/resetting to default
Co-Authored-By: xperia64 <xperiancedapps@gmail.com>
6 years ago
David Marcec
b032ebdfee
Implement macro JIT
6 years ago
ReinUsesLisp
47a7c4f4fe
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
988e42a3f5
core: settings: Add a setting for time zone.
6 years ago
Kewlan
a19c6317ef
Add Restore Defaults and Clear options to hotkeys
6 years ago
Fernando Sahmkow
5c9feaebb6
Clang Format.
6 years ago
Fernando Sahmkow
b8aef40c56
GPU: Add Fast GPU Time Option.
6 years ago
Kewlan
8d917e14f8
Edit modifier_scale with the deadzone slider
6 years ago
Fernando Sahmkow
d2d4a6cbcf
Clang format.
6 years ago
Fernando Sahmkow
084ceb925a
UI: Replasce accurate GPU option for GPU Accuracy Level
6 years ago
Morph
91f1ffd283
Add a trailing separator to the string path
Fixes #3643
6 years ago
MerryMage
a3a12deecc
dynarmic: Add option to disable CPU JIT optimizations
6 years ago
FearlessTobi
e7664b7a4f
yuzu: Option to hide mouse on inactivity
Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com>
6 years ago
Kewlan
848d619aec
Place SL and SR in the right most column.
6 years ago
ReinUsesLisp
bf1d66b7c0
yuzu: Drop SDL2 and Qt frontend Vulkan requirements
Create Vulkan instances and surfaces from the Vulkan backend.
6 years ago
ReinUsesLisp
bc1b4b85b0
renderer_vulkan: Query device names from the backend
6 years ago
FearlessTobi
aa6214feb7
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
fb8afee077
yuzu/configure_input_simple: Fix "Docked Joycons" controller profile
This was incorrectly using PlayerIndex 1 when calling the ConfigureDialog.
6 years ago
Kewlan
a8f3a13a1f
Re-order the shoulder buttons both in the configuration menu, and in the code.
6 years ago
Dan
06dea163fa
set: implement GetRegionCode
6 years ago
FearlessTobi
cdeadd448b
yuzu: Save sound output mode and set it to Stereo by default
6 years ago
FearlessTobi
2fd3b328ae
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
7ee6065178
Create an "Advanced" tab in the graphics configuration tab and add anisotropic filtering levels.
6 years ago
bunnei
571451bdfe
core: settings: Add setting to enable vsync, which is on by default.
6 years ago
Morph
c3d0a0d627
Add 4:3 aspect ratio and address feedback
6 years ago
Morph
27e19f87c6
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
fcf3425b1b
Remove option "Show files with type 'Unknown'"
6 years ago
ReinUsesLisp
f92cbc5501
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
788d57d723
settings: Add settings for graphics backend
6 years ago
FearlessTobi
d0e4f1c6f4
yuzu/configuration: create UI tab and move gamelist settings there
6 years ago
fearlessTobi
ac3690f205
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
690732bc0d
yuzu_qt: config: Move audio to its own tab.
- We have some important audio settings, makes them more discoverable.
6 years ago
Bartosz Kaszubowski
9ac33c2620
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
6726e8b784
GUI/configure: resize hotkeys column to content
6 years ago
CJBok
2fa9a96309
const correction
6 years ago
CJBok
90f9c830ca
clang
6 years ago
CJBok
351e3fb72e
Update configure_input_player.cpp
6 years ago
CJBok
4a566b9828
Added deadzone controls for sdl engine at input settings
6 years ago
bunnei
883eb1a1a1
yuzu: configure_web: Use Base64 encoded token for simplifying user experience.
7 years ago
FreddyFunk
be5dc68ca3
fixed clang format & addressed feedback
7 years ago
FreddyFunk
a31c6b2c4e
yuzu/configure_input_player: Fix input handling for ZL and ZR from controllers with analog triggers
7 years ago
ReinUsesLisp
2b9b695fa7
yuzu/configure_service: Silence -Wswitch
7 years ago
Zach Hilman
e55d086cc9
qt: Add service dialog
7 years ago
Zach Hilman
bcf1eafb8b
boxcat: Implement events global field
7 years ago
Zach Hilman
02f8f1bb3e
configure_service: Allow Qt to open external links
7 years ago
Zach Hilman
f0551aef09
yuzu: Add UI tab to configure BCAT services
Also displays current events if boxcat is selected.
7 years ago
Zach Hilman
647992e666
settings: Add option to set BCAT backend
7 years ago
FearlessTobi
b89fb6e1be
yuzu: Pause when in background
Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com>
7 years ago