summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
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
2022-09-01Demote services from warning/info to debug to reduce log spam:Kelebek1
GetCurrentFocusState SetClockSpeed EnableSixAxisSensorUnalteredPassthrough IsSixAxisSensorUnalteredPassthroughEnabled Get, GetOld SetAndWait, SetAndWaitOld IocParam IocFree
2022-08-27core/ldn_types: Minor corrections and additionsFearlessTobi
2022-08-27core/socket_proxy: Correct broadcast behaviorFearlessTobi
Broadcasts should only be sent when the broadcast IP is used. They should also only be received when SO_BROADCAST is enabled.
2022-08-27yuzu: Display current game version in multiplayer roomFearlessTobi
Makes it easier for users to recognize connection errors caused by different game versions.
2022-08-27core/bsd: Correctly unbind methods in destructorFearlessTobi
Prevents yuzu from crashing when the BSD service is created a second time.
2022-08-27core/acc: Make CheckAvailability use LOG_DEBUGFearlessTobi
Previously it was spamming the logs in certain multiplayer games like Puyo Puyo Tetris.
2022-08-27yuzu_room: Remove dependency on coreFearlessTobi
2022-08-26Merge pull request #8566 from german77/galaxybunnei
core: hid: Add fallback for dualjoycon and pro controllers
2022-08-24Merge pull request #8812 from Kelebek1/autobunnei
[Audio] Implement AudRenU:RequestUpdateAuto
2022-08-24Implement AudRenU:RequestUpdateAuto, and use C descriptors when B reports as ↵Kelebek1
empty.
2022-08-23Merge pull request #8804 from vonchenplus/speed_up_idirectory_servicesbunnei
core:filesystem: speed up IDirectory service
2022-08-23core:filesystem: speed up IDirectory servicevonchenplus
2022-08-21hid: core: Add missing function table namesgerman77
2022-08-21Merge pull request #8799 from liamwhite/where-did-the-padding-goliamwhite
core/file_sys: fix alignment of BuildId
2022-08-21Merge pull request #8660 from Tachi107/findmodules-pkg-configliamwhite
build: simplify find modules