Commit Graph

22145 Commits (359f22b808f54de9f19e40a8f93604ee7e4bac80)
 

Author SHA1 Message Date
german77 673de3995b nfp: Multiple fixes against HW 2 years ago
german77 3ce0ef04dd service: nfp: address comments 2 years ago
german77 afea5c163f service: nfp: Rewrite and implement applet calls 2 years ago
german77 8a3d22c4bd core: hid: Add nfc support to emulated controller 2 years ago
german77 f6d57d7dd9 yuzu: Use virtual amiibo driver instead of nfp service 2 years ago
german77 da8864d002 input_common: Enable virtual amiibo driver 2 years ago
german77 e8d71712e7 input_common: Create virtual amiibo driver 2 years ago
bunnei 80a3a73123
Merge pull request #8992 from Morph1984/vi-vsync-event
service: vi: Retrieve vsync event once per display
2 years ago
liamwhite 188932768e
Merge pull request #6598 from FernandoS27/falklands-are-british
MacroHLE: Add MultidrawIndirect HLE Macro.
2 years ago
Fernando Sahmkow a60b669ef4 MacroHLE: Add MultidrawIndirect HLE Macro. 2 years ago
Liam 1225627515 macro_jit_x64: fix miscompilation of bit extraction operations 2 years ago
bunnei 2a752bbd64
Merge pull request #8876 from FearlessTobi/multiplayer-part3
ldn: Implement "local wireless" networked multiplayer
2 years ago
liamwhite 001168d191
Merge pull request #9009 from yuzu-emu/bunnei-move-deploy-linux.sh
Migrate deploy-linux.sh from lat9nq's repo.
2 years ago
Narr the Reg 181a54a37b
Merge pull request #9008 from ZwipZwapZapony/controller.colors_state.right
Fix "controller.colors_state.right" being "left"
2 years ago
bunnei 4242064560
Merge pull request #8874 from vonchenplus/align_index_buffer_size
Align index buffe size when vertex_buffer_unified_memory enable
2 years ago
bunnei 700f1d498e
Migrate deploy-linux.sh from lat9nq's repo. 2 years ago
Zwip-Zwap Zapony 31e3437a2f
Fix "controller.colors_state.right" being "left" 2 years ago
Mai 2213927253
Merge pull request #9004 from zhaobot/tx-update-20221001041028
Update translations (2022-10-01)
2 years ago
Liam b80f7faebe macro_jit_x64: cancel exit for taken branch 2 years ago
The yuzu Community 4b40799e03 Update translations (2022-10-01) 2 years ago
bunnei d9e375acc3
Merge pull request #8910 from vonchenplus/astc_decode_error
video_core: Modify astc texture decode error fill value
2 years ago
bunnei dbb9d601df
Merge pull request #8934 from german77/palma_release
service: hid: Partially implement palma controller
2 years ago
Morph 2e3aad41aa
Merge pull request #8993 from lat9nq/drop-linuxdeploy
ci/linux: Drop linuxdeploy usage
2 years ago
bunnei 9015a512c2
Merge pull request #8940 from german77/silence
yuzu: Silence some clang warnings
2 years ago
Morph 0f6007b405
Merge pull request #8989 from merryhime/loader-nullptr
core/loader: Return nullptr if file is nullptr
2 years ago
lat9nq ad9f97cd8d ci/linux: Drop linuxdeploy usage
Recent versions of Docker appear to cause the Qt linuxdeploy plugin to
throw a boost file copy error.

This switches from linuxdeploy to a script of mine I've been working on
for a while.
2 years ago
Morph 41e855bd42 service: vi: Retrieve vsync event once per display
The display vsync event can only be retrieved once per display. Returns VI::ResultPermissionDenied if we attempt to retrieve the vsync event for the same display.

Prevents games such as .hack//G.U. Last Recode from consuming all the handles in the handle table by spamming vsync event retrievals and allows it to go in game.
2 years ago
Morph acc887cc34 service: vi: Move VI results into its own file 2 years ago
Merry f55ed1cab0 core/loader: Return nullptr if file is nullptr 2 years ago
Liam 087c6c2ef1 vulkan: automatically use larger staging buffer sizes when possible 3 years ago
bunnei 465c46387d
Merge pull request #8920 from abouvier/cmake-git
cmake: fix git detection
3 years ago
Narr the Reg 23589ad9b8 service: hid: Partially implement palma controller 3 years ago
bunnei 1b1b99fbd5
Merge pull request #8941 from Kelebek1/single_core_sucks
Do not try to pause core timing from the audio thread when using single-core
3 years ago
Morph d794ced303
Merge pull request #8945 from Tachi107/typos
chore: fix some typos
3 years ago
Morph 5082efef6c
Merge pull request #8948 from german77/order
yuzu: sort input profiles by name
3 years ago
Morph 86ccc87111
Merge pull request #8933 from lat9nq/ci-use-apprun-sh
ci/linux: Use AppRun.sh to start AppImage
3 years ago
Morph 12baf88dc8
Merge pull request #8930 from lat9nq/disable-vulkan-check
yuzu qt: Add option to disable startup Vulkan check
3 years ago
Narr the Reg f711d1ce52 yuzu: sort input profiles by name 3 years ago
Morph 70abb13a43
Merge pull request #8943 from lioncash/netiface
sockets: Make fd member variable protected
3 years ago
Morph c2c3f2c3e7
Merge pull request #8939 from lioncash/render
audio_renderer: Make GetCommandBuffer() take a u32
3 years ago
Morph 3b77dec188
Merge pull request #8938 from lioncash/manager
audio_manager: Minor cleanup related changes
3 years ago
Andrea Pappacoda 4a493cb10f
chore: fix some typos
Fix some typos reported by Lintian
3 years ago
Lioncash c8da75b7ed sockets: Make fd member variable protected
Other things shouldn't be able to directly mess around with the
descriptor
3 years ago
Kelebek1 56b8a9ba6e Do not try to pause core timing from the audio thread when using single-core 3 years ago
Narr the Reg 5a74ced59a yuzu: Silence some clang warnings 3 years ago
Lioncash c891497b61 audio_renderer: Make GetCommandBuffer() take a u32
This function is only ever called with unsigned types, and all of the
other interface functions take session_id as a u32, so this makes the
class a little more consistent.
3 years ago
Lioncash 00616c7ad8 audio_manager: Forward declare result type
Moves the include into the cpp file to lessen header dependencies.
3 years ago
Lioncash 75d6fe3669 audio_manager: Remove redundant cast in ThreadFunc()
We can just use a local here to get rid of a second cast.
3 years ago
Lioncash e48e22eb52 audio_manager: move std::functions in SetOutManager/SetInManager
Prevents unnecessary reallocations in the event the captured variables
are larger than the internal std::function buffer.
3 years ago
Lioncash da0fd51642 audio_manager: Remove unused forward declarations
Allows us to get rid of some unnecessary forward declarations and
includes.
3 years ago