german77
654d76e79e
core/hid: Fully implement native mouse
4 years ago
german77
bca299e8e0
input_common: Allow keyboard to be backwards compatible
4 years ago
german77
b673857d7d
core/hid: Improve accuracy of the keyboard implementation
4 years ago
german77
71f9b90dd9
core/hid: Remove usage of native types, fix a couple of errors with motion
4 years ago
german77
a17550be98
settings: Remove includes of core.h
4 years ago
Levi Behunin
690013b342
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
d14e74132c
settings: Fix controller preview not displaying the correct controller
4 years ago
german77
5d0f3540c4
core/hid: Rename NpadType to NpadStyleIndex
4 years ago
german77
84c58666a4
config: Cleanup and documentation
4 years ago
german77
77fa4d4bf6
second commit lion review
4 years ago
german77
730f078302
settings: Fix Debug controller type options
4 years ago
german77
2b1b0c2a30
kraken: Address comments from review
start lion review
4 years ago
german77
c085e54316
core/hid: Add TAS input
4 years ago
german77
1d71d4b874
input_common: Fix UDP uuid
4 years ago
german77
064ddacf49
core/hid: Rework battery mappings
4 years ago
german77
464c4d26ac
settings: Fix mouse and keyboard mappings
4 years ago
german77
b564f024f0
Morph review first wave
4 years ago
german77
21819da8cd
yuzu: Fix loading input profiles
4 years ago
german77
af55dd1935
configuration: Migrate controller settings to emulated controller
4 years ago
german77
601ac43495
core/hid: Only signal when needed
4 years ago
german77
4d308fd0b4
hid: Fix controller connection/disconnection
4 years ago
german77
e0da5c1bbc
kraken: Fix errors from rebase and format files
4 years ago
german77
06a5ef5874
core/hid: Add output devices
4 years ago
german77
c405a19b73
yuzu: Update frontend
4 years ago
german77
5a785ed794
input_common: Rewrite keyboard
4 years ago
Kewlan
8e3371a5c5
configure_general: Allow framerate cap to be used in custom game configs
4 years ago
Morph
a237fb5f75
configure_graphics_ui: AMD's -> AMD
AMD officially markets FSR as AMD FidelityFX™️ Super Resolution
4 years ago
Fernando Sahmkow
282e04bffb
TextureCache: Add automatic anisotropic filtering and refactor code.
4 years ago
Fernando Sahmkow
5230378709
TextureCache: Make a better Anisotropic setter.
4 years ago
ameerj
864f2e0b81
configure_graphics.ui: Cleanup scaling options and fix duplicate name warning
4 years ago
Marshall Mohror
74e39ed6ee
Frontend: Add anti-aliasing method setting
4 years ago
FernandoS27
2eff80b47f
QtGUI: Add buttton to toggle the filter.
4 years ago
FernandoS27
9e065b9c7d
VideoCore: Add gaussian filtering.
4 years ago
FernandoS27
e7fc60406e
VideoCore: Add more rescaling option.
4 years ago
Fernando Sahmkow
b60966041c
Presentation: add Nearest Neighbor filter.
4 years ago
Marshall Mohror
37cb0377ae
vulkan: Implement FidelityFX Super Resolution
4 years ago
lat9nq
1c93476a80
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
a6b88e85bf
Renderer: Implement Bicubic and ScaleForce filters.
4 years ago
Fernando Sahmkow
778700ff9d
TextureCache: Modify Viewports/Scissors according to Rescale.
5 years ago
Fernando Sahmkow
37ef9c9130
Settings: Add resolution scaling to settings.
5 years ago
german77
f503dbf071
profile_manager: Resize any image bigger than 256p
4 years ago
Moonlacer
1665e2d2a6
Geometry property removal and rewording
4 years ago
ameerj
ef811c6425
settings: Remove std::chrono usage
Alleviates the dependency on chrono for all files that include settings.h
4 years ago
Moonlacer
abe6d39b1a
add_link
remove_accident
fix_whoopsie
4 years ago
Romain Failliot
427ce8dcef
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
ab441fb009
configuration: Use std::make_unique instead of operator new for ui
4 years ago
Moonlacer
c68ce25a14
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
818651909f
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
54ae8d1649
Update configure_tas.ui
Remove the geometry property again(7045) after 7090 re-added.
4 years ago
lat9nq
493905665c
configuration: Add const qualifier where able
5 years ago