liamwhite
6c7db928fd
Merge pull request #9492 from german77/joycon_release
...
Input_common: Implement custom joycon driver v2
2023-01-24 09:29:37 -05:00
liamwhite
d2838b3568
Merge pull request #9660 from german77/koreaToTaiwan
...
yuzu: Fix language comobox crash
2023-01-22 13:14:38 -05:00
german77
8137de5e93
yuzu: Fix language comobox crash
2023-01-22 10:42:59 -06:00
Narr the Reg
000a5852ee
core: hid: Only set the polling mode to the correct side
2023-01-19 18:05:23 -06:00
german77
22eb8ce395
yuzu: Add ring controller test button
2023-01-19 18:05:22 -06:00
Narr the Reg
3672362ce1
core: hid: Migrate ring from emulated devices to emulated controller
2023-01-19 18:05:20 -06:00
Narr the Reg
2b87d9e674
yuzu: Update controller colors and button names
2023-01-19 18:05:20 -06:00
Narr the Reg
216bdb7884
input_common: Disable SDL driver with switch controllers
2023-01-19 18:05:20 -06:00
Jonas Gutenschwager
0a1e70f431
fix format
2023-01-18 15:49:47 +01:00
Jonas Gutenschwager
66c71b5b5b
allow volume up/down hotkeys to be repeated
2023-01-18 00:39:31 +01:00
Matías Locatti
b269425fd8
UI change
2023-01-13 04:54:29 -03:00
Matías Locatti
cf9e60d883
1.5X resolution scaler option
2023-01-13 02:34:24 -03:00
bunnei
c45b1d8723
Merge pull request #9605 from german77/mouse_mapping
...
yuzu: Read mouse scroll
2023-01-10 17:32:58 -08:00
Narr the Reg
b6721a40fe
yuzu: Read mouse wheel input
2023-01-10 18:20:58 -06:00
liamwhite
a7b9101f31
Merge pull request #9601 from liamwhite/it-never-ends
...
qt: unlock during signal emission
2023-01-10 15:27:12 -05:00
liamwhite
e828378dc4
Merge pull request #9595 from liamwhite/per-game
...
qt: fix configuration weirdness on turbo
2023-01-10 15:26:49 -05:00
liamwhite
067831de41
Merge pull request #9565 from MonsterDruide1/tas-multiplayer-lengths
...
TAS: Show all script lengths for multiplayer
2023-01-10 15:26:36 -05:00
Liam
d4f46c3f04
qt: unlock during signal emission
2023-01-10 12:46:01 -05:00
Liam
0cbb5cd1f0
qt: fix configuration weirdness on turbo
2023-01-09 17:54:49 -05:00
UltraHDR
3efc13dd54
macOS: Make Yuzu show up in the Launchpad Games folder ( #9594 )
...
https://developer.apple.com/documentation/bundleresources/information_property_list/lsapplicationcategorytype
This makes it show up in the Launchpad Games folder
2023-01-09 16:43:45 -05:00
MonsterDruide1
a1bec20a60
TAS: Show all script lengths for multiplayer
2023-01-07 21:15:37 +01:00
Liam
76c4ba3ee5
qt: additional fixes for reentrant shutdown
2023-01-06 18:50:01 -05:00
liamwhite
41958ff4ae
Merge pull request #9552 from liamwhite/turbo
...
vulkan: implement 'turbo mode' clock booster
2023-01-06 09:59:59 -05:00
Wollnashorn
7ba5544a6c
video_core/vulkan: Driver pipeline cache will now be deleted with the shader cache
2023-01-05 21:03:01 +01:00
Wollnashorn
1011652852
config: Set the Vulkan driver pipeline cache option to be global
2023-01-05 21:03:01 +01:00
Wollnashorn
0b17b4edd2
config: Better wording for VK pipeline cache option and enable by default
2023-01-05 21:03:01 +01:00
Wollnashorn
ef0b585b0b
video_core/vulkan: Added VkPipelineCache
to store Vulkan pipelines
...
As an optional feature which can be enabled in the advanced graphics configuration, all pipelines that get built at the initial shader loading are stored in a VkPipelineCache object and are dumped to the disk.
These vendor specific pipeline cache files are located at `/shader/GAME_ID/vulkan_pipelines.bin`. This feature was mainly added because of an issue with the AMD driver (see yuzu-emu#8507) causing invalidation of the cache files the driver builds automatically.
2023-01-05 21:02:44 +01:00
Liam
d9b2bc7f04
common: add setting for renderer clock workaround
2023-01-04 22:22:01 -05:00
liamwhite
0415135f8c
Merge pull request #9501 from FernandoS27/yfc-rel-2
...
Yuzu Fried Chicken Part 1.5: MacroHLE Rework and Dynamic State
2023-01-04 21:20:00 -05:00
Fernando Sahmkow
e5d02ff039
yuzu-ui: Add setting for disabling macro HLE
2023-01-04 14:56:52 -05:00
Alexandre Bouvier
eac2672a41
cmake: move find-modules to root cmake dir
2023-01-02 18:22:07 +01:00
MonsterDruide1
9e783cc922
TAS: Record sanitized instead of raw stick inputs
...
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
2023-01-01 22:39:18 +01:00
liamwhite
ff55fb625c
Merge pull request #9514 from ColinKinloch/en_gb
...
settings: warn on invalid regon/language combinations
2023-01-01 10:23:46 -05:00
Colin Kinloch
edaac481d1
settings: comment language blocklist columns
2022-12-30 13:51:35 +00:00
Wollnashorn
446003088b
config: Save multiplayer settings only globally
...
Saved multiplayer settings like the nickname, remote address, etc. were reset everytime a game was booted up and the game-specific config files were loaded, as these values will never be set.
2022-12-30 02:32:58 +01:00
Colin Kinloch
e7feff53e7
settings: added regon/language warning bounds check
2022-12-29 15:55:24 +00:00
Colin Kinloch
5de4ef224e
settings: warn on invalid regon/language combinations
2022-12-28 20:34:28 +00:00
bunnei
6e4511db47
Merge pull request #9495 from german77/no_refresh
...
yuzu: Automatically refresh device list
2022-12-27 00:07:13 -05:00
Liam
935f192fd7
qt: prevent reentrant shutdown
2022-12-24 17:31:34 -05:00
liamwhite
c069642dcc
qt: fix 'Pause' menu item ( #9497 )
2022-12-23 21:44:53 -05:00
liamwhite
c87335cc8a
Merge pull request #9476 from liamwhite/async-shutdown
...
qt: continue event loop during game close
2022-12-23 21:05:10 -05:00
Liam
175157665f
qt: fix uninitialized memory usage
2022-12-23 20:57:36 -05:00
german77
81cfe514ab
yuzu: Automatically refresh device list
2022-12-23 18:26:48 -06:00
Liam
671216b8a6
qt: exit properly on guest-initiated close
2022-12-21 19:55:01 -05:00
Liam
7934914a03
qt: use main window as close overlay parent
2022-12-21 19:27:11 -05:00
Liam
1eb9cb8ec3
qt: continue event loop during game close
2022-12-20 09:16:08 -05:00
liamwhite
f631825247
Merge pull request #9463 from liamwhite/manager-events
...
EmuThread: refactor
2022-12-20 09:10:41 -05:00
Morph
08c6b65cf3
overlay_dialog: Avoid starting the input thread if non-interactive
2022-12-19 00:00:03 -05:00
Morph
0f67f22a6f
overlay_dialog: Hide button dialog box when both buttons are hidden
...
This allows for the creation of a non-interactive dialog overlay to display system messages.
2022-12-18 23:54:56 -05:00
liamwhite
409afd3d02
Merge pull request #9469 from Rubo3/patch-1
...
Use execlp instead of execl to avoid failure
2022-12-18 11:46:43 -05:00