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
liamwhite
66fa19701d
Merge pull request #9467 from german77/folder
...
yuzu: Remember last selected directory
2022-12-18 10:21:33 -05:00
Marco Rubin
ded2aae24f
Use execlp instead of execl to avoid failure
2022-12-18 14:03:26 +00:00
german77
a96b380b09
yuzu: Remember last selected directory
2022-12-18 00:37:06 -06:00
german77
7510f5971a
bootmanager: Use proper camera size
2022-12-18 00:13:18 -06:00
german77
ae453f0626
bootmanager: Encapsulate all QCamera code
2022-12-17 23:54:47 -06:00
german77
784d60966f
yuzu: fix device name setting
2022-12-17 23:54:36 -06:00
Liam
3e167c3e5a
qt: use _exit instead of exit on SIGINT
2022-12-17 16:26:25 -05:00
Liam
c11dff8639
EmuThread: refactor
2022-12-17 16:26:24 -05:00
Mai
0154e2a331
Merge pull request #9461 from liamwhite/wanative
...
qt: avoid setting WA_DontCreateNativeAncestors on all platforms
2022-12-17 21:07:01 +00:00
Mai
b1eb17011e
Merge pull request #9454 from liamwhite/wayland-egl
...
qt: handle wayland-egl platform name
2022-12-17 21:05:46 +00:00
Liam
af59f5824b
qt: avoid setting WA_DontCreateNativeAncestors on all platforms
2022-12-17 10:41:20 -05:00
liamwhite
ae502e2717
Merge pull request #9451 from ameerj/camera-data-array
...
camera: Use pre-allocated vector for camera data
2022-12-17 10:21:50 -05:00