Colin Kinloch
5d36d4b143
ci: Allow setting clang-format binary
3 years ago
Colin Kinloch
28cfc2146f
settings: comment language blocklist columns
3 years ago
bunnei
0ac34bd058
Merge pull request #9524 from bunnei/touch-button-crash-fix
core: hid: emulated_console: Avoid a crash if frontend does not configure touch_from_button_maps.
3 years ago
bunnei
05c709bebe
core: hid: emulated_console: Avoid a crash if frontend does not configure touch_from_button_maps.
3 years ago
bunnei
c3af6d8372
Merge pull request #9515 from liamwhite/cmake-refactor
CMake: make more features optional
3 years ago
Narr the Reg
73167b12b5
Merge pull request #9521 from Wollnashorn/global-only-multiplayer-settings
config: Save multiplayer settings only globally
3 years ago
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.
3 years ago
Colin Kinloch
8594f287b8
settings: added regon/language warning bounds check
3 years ago
gidoly
10eaf31af3
Revert "k_page_group: synchronize"
3 years ago
liamwhite
9fdacb5e3a
Merge pull request #9423 from vonchenplus/vulkan_quad_strip
video_core: Implement all vulkan topology
3 years ago
Liam
9ce23bde24
cmake: make Vulkan-Headers external the default
3 years ago
Liam
c18cf05a06
cmake: make cubeb and SDL2 optional
3 years ago
bunnei
60419dd35e
Merge pull request #9504 from liamwhite/pg2
k_page_group: synchronize
3 years ago
Liam
be43b62d79
cmake: make libusb optional
3 years ago
Liam
3c2aa183a1
cmake: ignore missing package finders for packages with submodule fallbacks
3 years ago
Liam
106cf27135
cmake: make room server optional
3 years ago
Colin Kinloch
2ccf175324
settings: warn on invalid regon/language combinations
3 years ago
bunnei
c5de54d509
Merge pull request #9490 from ameerj/texture-cache-prealloc
texture_cache: Use pre-allocated heap buffer for texture swizzles
3 years ago
bunnei
343c01b87a
Merge pull request #9495 from german77/no_refresh
yuzu: Automatically refresh device list
3 years ago
Mai
2d7f9fb21b
Merge pull request #9507 from abouvier/patch-1
tests: add missing header
3 years ago
Alexandre Bouvier
dce2649daf
tests: add missing header
<cstring> is needed for std::memcpy
3 years ago
FengChen
6a397bc8ed
video_core: Implement other missing vulkan topology
3 years ago
FengChen
86d5b4e556
video_core: Implement vulkan QuadStrip topology
3 years ago
Narr the Reg
ac00ead7d4
Merge pull request #9489 from MonsterDruide1/tas-stick-deadzone
TAS: Increase accuracy of Stick inputs
3 years ago
MonsterDruide1
bc4126acd7
TAS: Increase accuracy of Stick inputs
3 years ago
ameerj
7584d36922
texture_cache: Use Common::ScratchBuffer for swizzle buffers
3 years ago
ameerj
1209d428f1
texture_cache: Use pre-allocated buffer for texture downloads
3 years ago
ameerj
c448b3af2f
texture_cache: Use pre-allocated buffer for texture uploads
3 years ago
Liam
28d9c30861
k_page_table: remove HACK_OpenPages/ClosePages
3 years ago
Liam
3392fdac9b
k_page_group: synchronize
3 years ago
liamwhite
9933121256
Merge pull request #9500 from liamwhite/reentrant-shutdown
qt: prevent reentrant shutdown
3 years ago
liamwhite
c6767704fb
Merge pull request #9496 from liamwhite/shm3
kernel: workaround static shared memory initialization
3 years ago
liamwhite
ea70d9c79e
Merge pull request #9487 from liamwhite/look-at-the-time
time: add LockFreeAtomicType
3 years ago
Fernando S
3e6850f00b
Merge pull request #9453 from ameerj/scratch-vector
common: Add ScratchBuffer Class
3 years ago
Liam
cb7f0c2ec3
qt: prevent reentrant shutdown
3 years ago
liamwhite
c86e21abe4
qt: fix 'Pause' menu item ( #9497 )
3 years ago
Chris Oboe
201733d1b5
Disable automatically opening the console on windows yuzu-cmd builds ( #9485 )
* don't automatically open the console on windows build of yuzu-cmd
* fix formatting
3 years ago
liamwhite
db15142ac9
Merge pull request #9476 from liamwhite/async-shutdown
qt: continue event loop during game close
3 years ago
Morph
fa231645f2
Merge pull request #9486 from liamwhite/shutdown-hell
qt: exit properly on guest-initiated close
3 years ago
Liam
646656412f
qt: fix uninitialized memory usage
3 years ago
german77
c3a5522830
yuzu: Automatically refresh device list
3 years ago
Liam
99eccf581e
kernel: workaround static shared memory initialization
3 years ago
Liam
80670a5b6c
time: add LockFreeAtomicType
3 years ago
Liam
60ce34aa80
qt: exit properly on guest-initiated close
3 years ago
Liam
ae6015a69b
qt: use main window as close overlay parent
3 years ago
Liam
053ad04d3f
qt: continue event loop during game close
3 years ago
liamwhite
1b11e0f0d3
Merge pull request #9463 from liamwhite/manager-events
EmuThread: refactor
3 years ago
Mai
fe126f993d
Merge pull request #9482 from liamwhite/vkbump
CMakeLists: bump required Vulkan package version to 1.3.238
3 years ago
ameerj
c6590ad07b
scratch_buffer: Explicitly defing resize and resize_destructive functions
resize keeps previous data intact when the buffer grows
resize_destructive destroys the previous data when the buffer grows
3 years ago
Liam
9f199c8b0b
CMakeLists: bump required Vulkan package version to 1.3.238
3 years ago