summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-10-06NVASGPU: Fix Remap.Fernando Sahmkow
2022-10-06NVDRV: Fix clearing when destroying.Fernando Sahmkow
2022-10-06NVMAP: Fix the Free return parameters.Fernando Sahmkow
2022-10-06NVDRV: Fix Open/Close and make sure each device is correctly created.Fernando Sahmkow
2022-10-06NVDRV: Implement new NvMapFernando Sahmkow
2022-10-06NVDRV: Refactor and add new NvMap.Fernando Sahmkow
2022-10-06NVDRV: Cleanup.Fernando Sahmkow
2022-10-06NVDRV: Implement QueryEvent.Fernando Sahmkow
2022-10-06NvHost: Remake Ctrl Implementation.Fernando Sahmkow
2022-10-06NvHost: Try a different approach to blocking.Fernando Sahmkow
2022-10-06NvHost: Fix some regressions and correct signaling on timeout.Fernando Sahmkow
2022-10-06Texture Cache: Add ASTC 10x5 Format.Fernando Sahmkow
2022-10-05Merge pull request #9013 from liamwhite/spinning-a-yarnbunnei
common: remove "yuzu:" prefix from thread names
2022-10-05Merge pull request #9015 from german77/amiibo-rewritebunnei
service: nfp: Fix errors to pass unit testing
2022-10-05Show error from cpp-httplib when we don't have a response to read (report ↵Kyle Kienapfel
errors while connecting to API) (#8999) Co-authored-by: Kyle Kienapfel <Docteh@users.noreply.github.com>
2022-10-05Merge pull request #8987 from liamwhite/another-name-for-reinforcement-steelFernando S
vulkan: automatically use larger staging buffer sizes when possible
2022-10-05Merge pull request #9011 from liamwhite/frog-emoji-momentFernando S
shader_recompiler: add extended LDC to GLASM backend
2022-10-04Merge pull request #9005 from liamwhite/micro-fitbunnei
macro_jit_x64: cancel exit for taken branch
2022-10-04Merge pull request #9010 from liamwhite/buttwisebunnei
macro_jit_x64: fix miscompilation of bit extraction operations
2022-10-03service: nfp: Fix errors to pass unit testingNarr the Reg
2022-10-03common: remove "yuzu:" prefix from thread namesLiam
2022-10-02shader_recompiler: add extended LDC to GLASM backendLiam
2022-10-02Merge pull request #8955 from german77/amiibo-rewritebunnei
core: nfp: Rewrite implementation to remove direct access from the frontend
2022-10-02service: mii: Copy only valid name bytesgerman77
2022-10-02service: nfp: Implement mount target and open application area errors, minor ↵Narr the Reg
fixes
2022-10-02nfp: Multiple fixes against HWgerman77
2022-10-02service: nfp: address commentsgerman77
2022-10-02service: nfp: Rewrite and implement applet callsgerman77
2022-10-02core: hid: Add nfc support to emulated controllergerman77
2022-10-02yuzu: Use virtual amiibo driver instead of nfp servicegerman77
2022-10-02input_common: Enable virtual amiibo drivergerman77
2022-10-02input_common: Create virtual amiibo drivergerman77
2022-10-02Merge pull request #8992 from Morph1984/vi-vsync-eventbunnei
service: vi: Retrieve vsync event once per display
2022-10-01Merge pull request #6598 from FernandoS27/falklands-are-britishliamwhite
MacroHLE: Add MultidrawIndirect HLE Macro.
2022-10-01MacroHLE: Add MultidrawIndirect HLE Macro.Fernando Sahmkow
2022-10-01macro_jit_x64: fix miscompilation of bit extraction operationsLiam
2022-10-01Merge pull request #8876 from FearlessTobi/multiplayer-part3bunnei
ldn: Implement "local wireless" networked multiplayer
2022-10-01Merge pull request #9008 from ZwipZwapZapony/controller.colors_state.rightNarr the Reg
Fix "controller.colors_state.right" being "left"
2022-10-01Merge pull request #8874 from vonchenplus/align_index_buffer_sizebunnei
Align index buffe size when vertex_buffer_unified_memory enable
2022-10-01Fix "controller.colors_state.right" being "left"Zwip-Zwap Zapony
2022-10-01macro_jit_x64: cancel exit for taken branchLiam
2022-09-30Merge pull request #8910 from vonchenplus/astc_decode_errorbunnei
video_core: Modify astc texture decode error fill value
2022-09-29Merge pull request #8934 from german77/palma_releasebunnei
service: hid: Partially implement palma controller
2022-09-28Merge pull request #8940 from german77/silencebunnei
yuzu: Silence some clang warnings
2022-09-25service: vi: Retrieve vsync event once per displayMorph
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.
2022-09-25service: vi: Move VI results into its own fileMorph
2022-09-25core/loader: Return nullptr if file is nullptrMerry
2022-09-25vulkan: automatically use larger staging buffer sizes when possibleLiam
2022-09-24Merge pull request #8920 from abouvier/cmake-gitbunnei
cmake: fix git detection
2022-09-25service: hid: Partially implement palma controllerNarr the Reg