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>
6 years ago
FearlessTobi
ff25e58b56
Add missing include
6 years ago
Zach Hilman
04078a2139
configure_debug: Move reporting option to logging
6 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
Zach Hilman
a4d056eddf
settings: Add options for managing gamecard emulation
7 years ago
Zach Hilman
6241a30a10
settings: Add options for setting storage sizes
7 years ago
Morph
53d2442a44
When docked mode is checked, uncheck "joycons docked"
6 years ago
fearlessTobi
32c6e238fd
Add frametime logging for tracking performance over time
Co-Authored-By: jroweboy <jroweboy@gmail.com>
6 years ago
FearlessTobi
ea38fab388
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
d264ecdb00
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
56f0da852a
Separate UserNand and Sdmc directories
7 years ago
fearlessTobi
5eb2368b6b
Address trivial review comments
7 years ago
fearlessTobi
890b0ce5f6
yuzu: Add support for multiple game directories
Ported from https://github.com/citra-emu/citra/pull/3617 .
7 years ago
fearlessTobi
1dd8f2f20b
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
70943c1901
Add cancel option to analog stick configuration
Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com>
6 years ago
Lioncash
7c15a53048
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