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>
6 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.
6 years ago
FreddyFunk
be5dc68ca3
fixed clang format & addressed feedback
6 years ago
FreddyFunk
a31c6b2c4e
yuzu/configure_input_player: Fix input handling for ZL and ZR from controllers with analog triggers
6 years ago
ReinUsesLisp
2b9b695fa7
yuzu/configure_service: Silence -Wswitch
6 years ago
Zach Hilman
e55d086cc9
qt: Add service dialog
6 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>
6 years ago
FearlessTobi
e22e0eb8d7
Add missing include
6 years ago
Zach Hilman
038bcec111
configure_debug: Move reporting option to logging
6 years ago
Zach Hilman
ccd70819c2
config: Remove Dump options from configure_debug
7 years ago
Zach Hilman
d4d38dd44d
yuzu: Add UI to manage filesystem paths and sizes
7 years ago
Zach Hilman
2590b5a9ea
settings: Add options for managing gamecard emulation
7 years ago
Zach Hilman
918119ae1b
settings: Add options for setting storage sizes
7 years ago
Morph
8d778c90e2
When docked mode is checked, uncheck "joycons docked"
6 years ago
fearlessTobi
684b616f0d
Add frametime logging for tracking performance over time
Co-Authored-By: jroweboy <jroweboy@gmail.com>
6 years ago
FearlessTobi
ea8244301d
yuzu/configure: move speed limiter to general
The speed limiter being a frame limiter is an implmentation detail and can be changed in the future. What user care about is that it limit the emulation speed in genenral (not just graphics but also audio+input)
Co-Authored-By: Weiyi Wang <wwylele@gmail.com>
6 years ago
fearlessTobi
9ca4718aed
configure_dialog: reverse tab map to avoid logic based on user-facing/translatable text
Co-Authored-By: Weiyi Wang <wwylele@gmail.com>
6 years ago
fearlessTobi
5aaafa6a56
Separate UserNand and Sdmc directories
7 years ago
fearlessTobi
7a8f484020
Address trivial review comments
7 years ago
fearlessTobi
2d8eba5baf
yuzu: Add support for multiple game directories
Ported from https://github.com/citra-emu/citra/pull/3617 .
7 years ago
fearlessTobi
952f010c2c
configuration/config: Add missing screenshot path read
I missed this in my original PR (https://github.com/yuzu-emu/yuzu/pull/1886 ).
6 years ago
fearlessTobi
22fd208e8d
Add cancel option to analog stick configuration
Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com>
6 years ago
Lioncash
5980aa1e51
yuzu/CMakeLists: Remove qt5_wrap_ui macro usage
We can simply enable CMAKE_AUTOUIC and let CMake take care of handling
the UI code generation for targets.
As part of letting CMake automatically handle the header file parsing,
we must not name includes with "ui_*" unless they're related to the
output of the Qt UIC compiler. Because of this, we need to rename
ui_settings, given it would conflict with this restriction.
7 years ago
Silent
221250d922
Qt: Fixed behaviour of buttons by connecting functors to correct signals
Following screens got fixes:
- Configure/Debug
- Configure/Input
7 years ago