aboutsummaryrefslogtreecommitdiff
path: root/src/core
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-05Merge pull request #9013 from liamwhite/spinning-a-yarnbunnei
common: remove "yuzu:" prefix from thread names
2022-10-03service: nfp: Fix errors to pass unit testingNarr the Reg
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