aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2022-10-03common: remove "yuzu:" prefix from thread namesLiam
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-02Merge pull request #8992 from Morph1984/vi-vsync-eventbunnei
service: vi: Retrieve vsync event once per display
2022-10-01Merge pull request #8876 from FearlessTobi/multiplayer-part3bunnei
ldn: Implement "local wireless" networked multiplayer
2022-10-01Fix "controller.colors_state.right" being "left"Zwip-Zwap Zapony
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-25service: hid: Partially implement palma controllerNarr the Reg
2022-09-23Merge pull request #8945 from Tachi107/typosMorph
chore: fix some typos
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-21yuzu: Silence some clang warningsNarr the Reg
2022-09-20Address some review commentsFearlessTobi
2022-09-17Merge pull request #8915 from vonchenplus/opus_multi_streambunnei
core: implement HwOpus GetWorkBufferSizeForMultiStreamEx
2022-09-17Merge pull request #8827 from german77/amiibo_releasebunnei
core: nfp: Implement amiibo encryption
2022-09-17Merge pull request #8650 from Kelebek1/vsyncbunnei
[Coretiming/NVNFlinger] Improve multi-core vsync timing, and core timing accuracy
2022-09-16Merge pull request #8869 from SachinVin/cmakeMorph
core/CMakeLists.txt: Remove duplicate files.
2022-09-17core: implement HwOpus GetWorkBufferSizeForMultiStreamExFengChen
2022-09-16Merge pull request #8911 from lioncash/cexpr-stringMorph
audio_device: Make AudioDeviceName constructor constexpr
2022-09-15audio_device: Mark member functions as const where applicableLioncash
These member functions don't modify any internal state.
2022-09-15audio_device: Make AudioDeviceName constructor constexprLioncash
These are used as read-only arrays, so we can make the data read-only and available at compile-time. Now constructing an AudioDevice no longer needs to initialize some tables
2022-09-13Remove pause callbacks from coretimingKelebek1
2022-09-10Merge pull request #8842 from Kelebek1/AudOutbunnei
[audio_core] Rework audio output
2022-09-10yuzu: Multiple room UI improvementsgerman77
2022-09-09Merge pull request #8863 from german77/triggersbunnei
core: hid: Fix GC triggers overwriting ZL and ZR buttons
2022-09-09Merge pull request #8864 from german77/toggle_analogbunnei
input_common: Add support for analog toggle
2022-09-09ldn: Initial implementationFearlessTobi
2022-09-08core/CMakeLists.txt: Remove duplicate files.SachinVin
2022-09-07core: nfp: Remove magic numbersgerman77
2022-09-07core: nfp: Workaround for lack of multiple nfp interfacesgerman77
2022-09-07core: nfp: Correct date and amiibo nameNarr the Reg
2022-09-07core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixesNarr the Reg
2022-09-07core: nfp: Implement amiibo encryptiongerman77
2022-09-06input_common: Add support for analog toggleNarr the Reg
2022-09-05core: hid: Fix GC triggers overwritting ZL and ZR buttonsNarr the Reg
2022-09-04Don't stall with nvdecKelebek1
2022-09-03Merge pull request #8855 from german77/plsliamwhite
core: ns: Implement pl:s service
2022-09-03core: ns: Implement pl:s serviceNarr the Reg
2022-09-02Merge pull request #8822 from FearlessTobi/multiplayer-fixesbunnei
network: Fixes and improvements to the room feature
2022-09-02Rework audio output, connecting AudioOut into coretiming to fix desync ↵Kelebek1
during heavy loads.
2022-09-02Address review commentsFearlessTobi