aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-10-03common: remove "yuzu:" prefix from thread namesLiam
2022-10-02Merge pull request #8955 from german77/amiibo-rewritemainline-0-1188bunnei
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-eventmainline-0-1187bunnei
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-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-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-24Merge pull request #8920 from abouvier/cmake-gitbunnei
cmake: fix git detection
2022-09-25service: hid: Partially implement palma controllerNarr the Reg
2022-09-23Merge pull request #8941 from Kelebek1/single_core_sucksbunnei
Do not try to pause core timing from the audio thread when using single-core
2022-09-23Merge pull request #8945 from Tachi107/typosMorph
chore: fix some typos
2022-09-23Merge pull request #8948 from german77/orderMorph
yuzu: sort input profiles by name
2022-09-23Merge pull request #8930 from lat9nq/disable-vulkan-checkMorph
yuzu qt: Add option to disable startup Vulkan check
2022-09-23yuzu: sort input profiles by nameNarr the Reg
2022-09-23Merge pull request #8943 from lioncash/netifaceMorph
sockets: Make fd member variable protected
2022-09-23Merge pull request #8939 from lioncash/renderMorph
audio_renderer: Make GetCommandBuffer() take a u32
2022-09-23chore: fix some typosAndrea Pappacoda
Fix some typos reported by Lintian
2022-09-22sockets: Make fd member variable protectedLioncash
Other things shouldn't be able to directly mess around with the descriptor
2022-09-22Do not try to pause core timing from the audio thread when using single-coreKelebek1
2022-09-21yuzu: Silence some clang warningsNarr the Reg
2022-09-21audio_renderer: Make GetCommandBuffer() take a u32Lioncash
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.
2022-09-21audio_manager: Forward declare result typeLioncash
Moves the include into the cpp file to lessen header dependencies.
2022-09-21audio_manager: Remove redundant cast in ThreadFunc()Lioncash
We can just use a local here to get rid of a second cast.
2022-09-21audio_manager: move std::functions in SetOutManager/SetInManagerLioncash
Prevents unnecessary reallocations in the event the captured variables are larger than the internal std::function buffer.
2022-09-21audio_manager: Remove unused forward declarationsLioncash
Allows us to get rid of some unnecessary forward declarations and includes.
2022-09-21audio_manager: Remove unused sessions_started member variableLioncash
This isn't used, so it can be removed.
2022-09-21audio_manager: Remove dependence on system stateLioncash
This isn't used by the class, so this can be removed for the time being.
2022-09-20Address some review commentsFearlessTobi
2022-09-19Merge pull request #8849 from Morph1984/parallel-astcbunnei
astc: Enable parallel CPU astc decoding
2022-09-19yuzu qt: Add option to disable startup Vulkan checklat9nq
The startup check apparently confuses other programs when yuzu launches 2 processes and then quickly closes one of them. Though this isn't really our issues it's also not a big deal for me to add an option to work around that issue.
2022-09-17Merge pull request #8915 from vonchenplus/opus_multi_streambunnei
core: implement HwOpus GetWorkBufferSizeForMultiStreamEx
2022-09-18cmake: fix git detectionAlexandre Bouvier
2022-09-17Merge pull request #8827 from german77/amiibo_releasebunnei
core: nfp: Implement amiibo encryption