Commit Graph

22893 Commits

Author SHA1 Message Date
Fernando Sahmkow
a69aad10c1 Vulkan: Implement Dynamic State 3 2023-01-05 12:09:48 +08:00
Fernando Sahmkow
e64875e15b Vulkan Implement Dynamic State 2 LogicOp and PatchVertices 2023-01-05 12:09:47 +08:00
Fernando Sahmkow
d1636b81f5 Vulkan: Implement Dynamic States 2 2023-01-05 12:09:47 +08:00
Fernando Sahmkow
da4faa90e8 DMAPusher: Improve collection of non executing methods 2023-01-05 12:09:47 +08:00
Fernando Sahmkow
7d88ae02e6 Revert Buffer cache changes and setup additional macros. 2023-01-05 12:09:47 +08:00
Fernando Sahmkow
3769e1a66f MacroHLE: Reduce massive calculations on sizing estimation. 2023-01-05 12:09:47 +08:00
Fernando Sahmkow
5f0bb935c4 MacroHLE: Add HLE replacement for base vertex and base instance. 2023-01-05 12:09:47 +08:00
Fernando Sahmkow
661d20f2e7 MacroHLE: Add Index Buffer size estimation. 2023-01-05 12:09:47 +08:00
Fernando Sahmkow
730abf80f4 MacroHLE: Refactor MacroHLE system. 2023-01-05 12:09:47 +08:00
Fernando Sahmkow
a471e87912 MacroHLE: Implement DrawIndexedIndirect & DrawArraysIndirect. 2023-01-05 12:09:47 +08:00
Fernando Sahmkow
f143d8cd37 MacroHLE: Add MultidrawIndirect HLE Macro. 2023-01-05 12:09:47 +08:00
gidoly
f39e11a183 Revert "k_page_group: synchronize" 2023-01-05 12:09:47 +08:00
MonsterDruide1
b20bc73334 TAS: Immediately switch stick to TAS on input
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
2023-01-05 12:09:47 +08:00
Alexandre Bouvier
5c5b6d8e04 cmake: move find-modules to root cmake dir 2023-01-05 12:09:47 +08:00
Alexandre Bouvier
f5a27784c6 cmake: allow options shadowing with normal variables 2023-01-05 12:09:47 +08:00
MonsterDruide1
f118d3ba48 TAS: Record sanitized instead of raw stick inputs
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
2023-01-05 12:09:47 +08:00
Alexandre Bouvier
3b26a03b27 cmake: improve find_package failure messages 2023-01-05 12:09:47 +08:00
german77
d725d957bb service: nifm: Initialize request state 2023-01-05 12:09:47 +08:00
german77
d3986f1ed8 service: nifm: Match documentation names 2023-01-05 12:09:46 +08:00
Merry
b63f1faae0 vfs: Replace cstr concat with char concat 2023-01-05 12:09:46 +08:00
Merry
da0dae3d05 host_memory: Use transparent huge pages where available 2023-01-05 12:09:46 +08:00
Merry
13b7ad86dc host_memory: Allocate virtual_base with MAP_NORESERVE
Specify that we do not require swap to be reserved for this address range;
allow overcommitting.
2023-01-05 12:09:46 +08:00
The yuzu Community
0fc8dbf6d2 Update translations (2023-01-01) 2023-01-05 12:09:46 +08:00
Colin Kinloch
b0aca1e8ed settings: comment language blocklist columns 2023-01-05 12:09:46 +08:00
Colin Kinloch
25d139a4e1 settings: added regon/language warning bounds check 2023-01-05 12:09:46 +08:00
Colin Kinloch
7370b0c463 settings: warn on invalid regon/language combinations 2023-01-05 12:09:46 +08:00
Colin Kinloch
3692a01574 ci: Allow setting clang-format binary 2023-01-05 12:09:46 +08:00
bunnei
a12b94569a core: hid: emulated_console: Avoid a crash if frontend does not configure touch_from_button_maps. 2023-01-05 12:09:46 +08:00
Liam
82cdc93e25 cmake: make Vulkan-Headers external the default 2023-01-05 12:09:46 +08:00
Liam
462db514df cmake: make cubeb and SDL2 optional 2023-01-05 12:09:46 +08:00
Liam
d17f6cceb7 cmake: make libusb optional 2023-01-05 12:09:46 +08:00
Liam
2b22a91dee cmake: ignore missing package finders for packages with submodule fallbacks 2023-01-05 12:09:45 +08:00
Liam
d0b2e59b27 cmake: make room server optional 2023-01-05 12:09:45 +08:00
Wollnashorn
1df5d12b19 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
liamwhite
9fdacb5e3a Merge pull request #9423 from vonchenplus/vulkan_quad_strip
video_core: Implement all vulkan topology
2022-12-28 20:59:23 -05:00
bunnei
60419dd35e Merge pull request #9504 from liamwhite/pg2
k_page_group: synchronize
2022-12-28 17:28:31 -05:00
bunnei
c5de54d509 Merge pull request #9490 from ameerj/texture-cache-prealloc
texture_cache: Use pre-allocated heap buffer for texture swizzles
2022-12-27 00:07:35 -05:00
bunnei
343c01b87a Merge pull request #9495 from german77/no_refresh
yuzu: Automatically refresh device list
2022-12-27 00:07:13 -05:00
Mai
2d7f9fb21b Merge pull request #9507 from abouvier/patch-1
tests: add missing header
2022-12-26 07:19:08 +00:00
Alexandre Bouvier
dce2649daf tests: add missing header
<cstring> is needed for std::memcpy
2022-12-26 04:26:31 +00:00
FengChen
6a397bc8ed video_core: Implement other missing vulkan topology 2022-12-26 12:20:49 +08:00
FengChen
86d5b4e556 video_core: Implement vulkan QuadStrip topology 2022-12-26 11:37:34 +08:00
Narr the Reg
ac00ead7d4 Merge pull request #9489 from MonsterDruide1/tas-stick-deadzone
TAS: Increase accuracy of Stick inputs
2022-12-25 17:47:50 -06:00
MonsterDruide1
bc4126acd7 TAS: Increase accuracy of Stick inputs 2022-12-25 21:49:09 +01:00
ameerj
7584d36922 texture_cache: Use Common::ScratchBuffer for swizzle buffers 2022-12-25 15:47:41 -05:00
ameerj
1209d428f1 texture_cache: Use pre-allocated buffer for texture downloads 2022-12-25 15:38:36 -05:00
ameerj
c448b3af2f texture_cache: Use pre-allocated buffer for texture uploads 2022-12-25 15:38:36 -05:00
Liam
28d9c30861 k_page_table: remove HACK_OpenPages/ClosePages 2022-12-25 13:43:49 -05:00
Liam
3392fdac9b k_page_group: synchronize 2022-12-25 12:55:21 -05:00
liamwhite
9933121256 Merge pull request #9500 from liamwhite/reentrant-shutdown
qt: prevent reentrant shutdown
2022-12-25 12:51:25 -05:00