bunnei
29d949a485
Merge pull request #9013 from liamwhite/spinning-a-yarn
common: remove "yuzu:" prefix from thread names
3 years ago
bunnei
67d9e90872
Merge pull request #9015 from german77/amiibo-rewrite
service: nfp: Fix errors to pass unit testing
3 years ago
Kyle Kienapfel
538ae13298
Show error from cpp-httplib when we don't have a response to read (report errors while connecting to API) ( #8999 )
Co-authored-by: Kyle Kienapfel <Docteh@users.noreply.github.com>
3 years ago
Fernando S
f22d7d4e4f
Merge pull request #8987 from liamwhite/another-name-for-reinforcement-steel
vulkan: automatically use larger staging buffer sizes when possible
3 years ago
Fernando S
90c03e4be1
Merge pull request #9011 from liamwhite/frog-emoji-moment
shader_recompiler: add extended LDC to GLASM backend
3 years ago
bunnei
41651dda1a
Merge pull request #9005 from liamwhite/micro-fit
macro_jit_x64: cancel exit for taken branch
3 years ago
bunnei
9dee93624d
Merge pull request #9010 from liamwhite/buttwise
macro_jit_x64: fix miscompilation of bit extraction operations
3 years ago
Narr the Reg
280a232e27
service: nfp: Fix errors to pass unit testing
3 years ago
Liam
47fc168030
common: remove "yuzu:" prefix from thread names
3 years ago
Liam
6bac6d044f
shader_recompiler: add extended LDC to GLASM backend
3 years ago
bunnei
e23adcd481
Merge pull request #8955 from german77/amiibo-rewrite
core: nfp: Rewrite implementation to remove direct access from the frontend
3 years ago
german77
d19a30670f
service: mii: Copy only valid name bytes
3 years ago
Narr the Reg
1c5a057252
service: nfp: Implement mount target and open application area errors, minor fixes
3 years ago
german77
d08c8cf877
nfp: Multiple fixes against HW
3 years ago
german77
d389a05005
service: nfp: address comments
3 years ago
german77
28792b26a5
service: nfp: Rewrite and implement applet calls
3 years ago
german77
3be3a16c01
core: hid: Add nfc support to emulated controller
3 years ago
german77
7920479224
yuzu: Use virtual amiibo driver instead of nfp service
3 years ago
german77
004f8f9512
input_common: Enable virtual amiibo driver
3 years ago
german77
56b1301938
input_common: Create virtual amiibo driver
3 years ago
bunnei
ed0b7e1666
Merge pull request #8992 from Morph1984/vi-vsync-event
service: vi: Retrieve vsync event once per display
3 years ago
liamwhite
4c82c53624
Merge pull request #6598 from FernandoS27/falklands-are-british
MacroHLE: Add MultidrawIndirect HLE Macro.
3 years ago
Fernando Sahmkow
83f9ff6b1e
MacroHLE: Add MultidrawIndirect HLE Macro.
5 years ago
Liam
bedaf2f959
macro_jit_x64: fix miscompilation of bit extraction operations
3 years ago
bunnei
836eb41341
Merge pull request #8876 from FearlessTobi/multiplayer-part3
ldn: Implement "local wireless" networked multiplayer
3 years ago
liamwhite
7bde646b32
Merge pull request #9009 from yuzu-emu/bunnei-move-deploy-linux.sh
Migrate deploy-linux.sh from lat9nq's repo.
3 years ago
Narr the Reg
bda0f9b410
Merge pull request #9008 from ZwipZwapZapony/controller.colors_state.right
Fix "controller.colors_state.right" being "left"
3 years ago
bunnei
f92bedb450
Merge pull request #8874 from vonchenplus/align_index_buffer_size
Align index buffe size when vertex_buffer_unified_memory enable
3 years ago
bunnei
876c151093
Migrate deploy-linux.sh from lat9nq's repo.
3 years ago
Zwip-Zwap Zapony
2eb08dac0f
Fix "controller.colors_state.right" being "left"
3 years ago
Mai
ba07cb942b
Merge pull request #9004 from zhaobot/tx-update-20221001041028
Update translations (2022-10-01)
3 years ago
Liam
52a802abdd
macro_jit_x64: cancel exit for taken branch
3 years ago
The yuzu Community
ff50939299
Update translations (2022-10-01)
3 years ago
bunnei
48430f14cb
Merge pull request #8910 from vonchenplus/astc_decode_error
video_core: Modify astc texture decode error fill value
3 years ago
bunnei
4df48d6b35
Merge pull request #8934 from german77/palma_release
service: hid: Partially implement palma controller
3 years ago
Morph
24d1376ea2
Merge pull request #8993 from lat9nq/drop-linuxdeploy
ci/linux: Drop linuxdeploy usage
3 years ago
bunnei
8fa025730a
Merge pull request #8940 from german77/silence
yuzu: Silence some clang warnings
3 years ago
Morph
c8aee425eb
Merge pull request #8989 from merryhime/loader-nullptr
core/loader: Return nullptr if file is nullptr
3 years ago
lat9nq
e6258b3ea5
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.
3 years ago
Morph
55fef19014
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.
3 years ago
Morph
23c1bf736f
service: vi: Move VI results into its own file
3 years ago
Merry
62b91b0094
core/loader: Return nullptr if file is nullptr
3 years ago
Liam
08f063e6a4
vulkan: automatically use larger staging buffer sizes when possible
3 years ago
bunnei
a8091a7823
Merge pull request #8920 from abouvier/cmake-git
cmake: fix git detection
3 years ago
Narr the Reg
adb6348255
service: hid: Partially implement palma controller
4 years ago
bunnei
f0003d06f1
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
cf67c58c1a
Merge pull request #8945 from Tachi107/typos
chore: fix some typos
3 years ago
Morph
2e3839ae71
Merge pull request #8948 from german77/order
yuzu: sort input profiles by name
3 years ago
Morph
be605a37b6
Merge pull request #8933 from lat9nq/ci-use-apprun-sh
ci/linux: Use AppRun.sh to start AppImage
3 years ago
Morph
778035ccf1
Merge pull request #8930 from lat9nq/disable-vulkan-check
yuzu qt: Add option to disable startup Vulkan check
3 years ago