german77
ac0154259a
settings: Remove includes of core.h
4 years ago
Levi Behunin
ff650fc863
UI nits
Set top margin to 6 on Right Stick, LeftStick, Face Buttons, D-Pad.
Change property on Input Device QComboBox from minimumSize to minimumContentsLength.
4 years ago
german77
0cf8201c5d
settings: Fix controller preview not displaying the correct controller
4 years ago
german77
8517d89be0
core/hid: Rename NpadType to NpadStyleIndex
4 years ago
german77
ddcdaac727
config: Cleanup and documentation
4 years ago
german77
4736326a05
second commit lion review
4 years ago
german77
a8852024b6
settings: Fix Debug controller type options
4 years ago
german77
9f91335a71
kraken: Address comments from review
start lion review
4 years ago
german77
d0389d2971
core/hid: Add TAS input
4 years ago
german77
3cd0dd4227
input_common: Fix UDP uuid
4 years ago
german77
012691087a
core/hid: Rework battery mappings
4 years ago
german77
d1bac9024d
settings: Fix mouse and keyboard mappings
4 years ago
german77
d813cbd592
Morph review first wave
4 years ago
german77
498dd14bc7
yuzu: Fix loading input profiles
4 years ago
german77
6774c7988b
configuration: Migrate controller settings to emulated controller
4 years ago
german77
00f654cd22
core/hid: Only signal when needed
4 years ago
german77
88cb39be9f
hid: Fix controller connection/disconnection
4 years ago
german77
0292fe0198
kraken: Fix errors from rebase and format files
4 years ago
german77
66cf94709a
core/hid: Add output devices
4 years ago
german77
28ede3e11a
yuzu: Update frontend
4 years ago
german77
00d3c058c5
input_common: Rewrite keyboard
4 years ago
Kewlan
843fa6221e
configure_general: Allow framerate cap to be used in custom game configs
4 years ago
Morph
e0ec4b4855
configure_graphics_ui: AMD's -> AMD
AMD officially markets FSR as AMD FidelityFX™️ Super Resolution
4 years ago
Fernando Sahmkow
c74619d266
TextureCache: Add automatic anisotropic filtering and refactor code.
4 years ago
Fernando Sahmkow
28fddb9c5e
TextureCache: Make a better Anisotropic setter.
4 years ago
ameerj
612c52a5fc
configure_graphics.ui: Cleanup scaling options and fix duplicate name warning
4 years ago
Marshall Mohror
e6c99aecb0
Frontend: Add anti-aliasing method setting
4 years ago
FernandoS27
9fa06bcc03
QtGUI: Add buttton to toggle the filter.
4 years ago
FernandoS27
f54d6dee54
VideoCore: Add gaussian filtering.
4 years ago
FernandoS27
43200a46fe
VideoCore: Add more rescaling option.
4 years ago
Fernando Sahmkow
d20bfdd9a3
Presentation: add Nearest Neighbor filter.
4 years ago
Marshall Mohror
2173534da5
vulkan: Implement FidelityFX Super Resolution
4 years ago
lat9nq
c89adcb342
video_core,yuzu: Move UpdateRescalingInfo call to video_core
This only needs to happen once per game boot, so we can just call it
during CreateGPU and be done with it, avoiding the need to call it in
the frontends.
4 years ago
Fernando Sahmkow
bca25d2a0f
Renderer: Implement Bicubic and ScaleForce filters.
4 years ago
Fernando Sahmkow
f6a665f295
TextureCache: Modify Viewports/Scissors according to Rescale.
5 years ago
Fernando Sahmkow
b9a9b8d768
Settings: Add resolution scaling to settings.
5 years ago
german77
10ea818a4e
profile_manager: Resize any image bigger than 256p
4 years ago
Moonlacer
3140717733
Geometry property removal and rewording
4 years ago
ameerj
6cfd975469
settings: Remove std::chrono usage
Alleviates the dependency on chrono for all files that include settings.h
4 years ago
Moonlacer
f02e01b3b6
add_link
remove_accident
fix_whoopsie
4 years ago
Romain Failliot
aa1510877d
ui: fix crash when closing configure window
This crash happens 100% of the time (on Linux at least), you just need
to open the configure window and click OK.
It seems to happen when the tabs are destroyed and once all the tabs are
destroyed, a final signal is sent with `index == -1`. So `debug_tab_tab`
doesn't exist anymore when this happens, so the crash.
4 years ago
Morph
e7364a0165
configuration: Use std::make_unique instead of operator new for ui
4 years ago
Moonlacer
e2d77ebac2
settings_ui: Better NVDEC Description For Each Video Rendering Option ( #7165 )
* better_description
* Revert "better_description"
This reverts commit 3a152a6ba6 .
* better_nvdec_wording
* best_performance
* update_word_stuff
* another_update
4 years ago
Romain Failliot
deb8c58ce8
Fix a few warnings
- configure_input_player_widget.cpp: always better to use `const auto &`
whenever possible
- profiler.cpp: `ev->pos()` is deprecated, replace with
`ev->position()`, which returns floats, thus the addition of
`.toPoint()` (same as what's happening in `pos()`)
- game_list.cpp: `QString::SplitBehavior` is deprecate, use `Qt::`
namespace instead
4 years ago
Levi Behunin
b8e7caec7c
Update configure_tas.ui
Remove the geometry property again(7045) after 7090 re-added.
4 years ago
lat9nq
6405a2a989
configuration: Add const qualifier where able
4 years ago
lat9nq
3aec34df0a
yuzu qt: Remove global system instances from config, WaitTree, main
4 years ago
Morph
52fa30ab7d
service: Reduce header include overhead
4 years ago
Morph
203d8f7f60
style: Remove extra space preceding the :: operator
4 years ago
Morph
a4d5ade781
settings: Remove BCAT settings
4 years ago