summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* sockets: Make fd member variable protectedGravatar Lioncash2022-09-222-6/+17
* Merge pull request #8915 from vonchenplus/opus_multi_streamGravatar bunnei2022-09-172-1/+38
|\
| * core: implement HwOpus GetWorkBufferSizeForMultiStreamExGravatar FengChen2022-09-172-1/+38
* | Merge pull request #8827 from german77/amiibo_releaseGravatar bunnei2022-09-1711-282/+1369
|\ \
| * | core: nfp: Remove magic numbersGravatar german772022-09-073-105/+103
| * | core: nfp: Workaround for lack of multiple nfp interfacesGravatar german772022-09-071-1/+3
| * | core: nfp: Correct date and amiibo nameGravatar Narr the Reg2022-09-074-18/+36
| * | core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixesGravatar Narr the Reg2022-09-0710-257/+356
| * | core: nfp: Implement amiibo encryptionGravatar german772022-09-076-256/+1226
* | | Merge pull request #8650 from Kelebek1/vsyncGravatar bunnei2022-09-173-33/+67
|\ \ \
| * | | core_timing: Sleep in discrete intervals, yield during spinGravatar Morph2022-08-021-12/+13
| * | | Add missing looping event schedule signalGravatar Kelebek12022-08-021-5/+9
| * | | Make coretiming waiting more accurateGravatar Kelebek12022-08-021-11/+27
| * | | Rework multi-core vsyncGravatar Kelebek12022-08-012-17/+30
* | | | Merge pull request #8869 from SachinVin/cmakeGravatar Morph2022-09-161-6/+0
|\ \ \ \
| * | | | core/CMakeLists.txt: Remove duplicate files.Gravatar SachinVin2022-09-081-6/+0
| | |/ / | |/| |
* | | | Merge pull request #8911 from lioncash/cexpr-stringGravatar Morph2022-09-162-4/+3
|\ \ \ \
| * | | | audio_device: Mark member functions as const where applicableGravatar Lioncash2022-09-151-2/+2
| * | | | audio_device: Make AudioDeviceName constructor constexprGravatar Lioncash2022-09-151-2/+1
* | | | | Remove pause callbacks from coretimingGravatar Kelebek12022-09-133-24/+0
|/ / / /
* | | | Merge pull request #8842 from Kelebek1/AudOutGravatar bunnei2022-09-102-1/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | Don't stall with nvdecGravatar Kelebek12022-09-041-1/+6
| * | | Rework audio output, connecting AudioOut into coretiming to fix desync during...Gravatar Kelebek12022-09-021-0/+2
* | | | Merge pull request #8863 from german77/triggersGravatar bunnei2022-09-091-0/+15
|\ \ \ \
| * | | | core: hid: Fix GC triggers overwritting ZL and ZR buttonsGravatar Narr the Reg2022-09-051-0/+15
* | | | | Merge pull request #8864 from german77/toggle_analogGravatar bunnei2022-09-091-0/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | input_common: Add support for analog toggleGravatar Narr the Reg2022-09-061-0/+3
| |/ / /
* | | | Merge pull request #8855 from german77/plsGravatar liamwhite2022-09-036-26/+27
|\ \ \ \
| * | | | core: ns: Implement pl:s serviceGravatar Narr the Reg2022-09-036-26/+27
| |/ / /
* | | | Merge pull request #8822 from FearlessTobi/multiplayer-fixesGravatar bunnei2022-09-028-271/+34
|\ \ \ \ | |/ / / |/| | |
| * | | Address review commentsGravatar FearlessTobi2022-09-021-13/+6
| * | | core/ldn_types: Minor corrections and additionsGravatar FearlessTobi2022-08-271-1/+16
| * | | core/socket_proxy: Correct broadcast behaviorGravatar FearlessTobi2022-08-271-1/+7
| * | | yuzu: Display current game version in multiplayer roomGravatar FearlessTobi2022-08-271-0/+9
| * | | core/bsd: Correctly unbind methods in destructorGravatar FearlessTobi2022-08-271-1/+5
| * | | core/acc: Make CheckAvailability use LOG_DEBUGGravatar FearlessTobi2022-08-271-1/+1
| * | | yuzu_room: Remove dependency on coreGravatar FearlessTobi2022-08-273-264/+0
| |/ /
* / / Demote services from warning/info to debug to reduce log spam:Gravatar Kelebek12022-09-015-16/+16
|/ /
* | Merge pull request #8566 from german77/galaxyGravatar bunnei2022-08-262-1/+35
|\ \
| * | core: hid: Add fallback for dualjoycon and pro controllersGravatar german772022-07-102-1/+35
* | | Merge pull request #8812 from Kelebek1/autoGravatar bunnei2022-08-241-6/+21
|\ \ \
| * | | Implement AudRenU:RequestUpdateAuto, and use C descriptors when B reports as ...Gravatar Kelebek12022-08-241-6/+21
* | | | Merge pull request #8804 from vonchenplus/speed_up_idirectory_servicesGravatar bunnei2022-08-231-1/+2
|\ \ \ \
| * | | | core:filesystem: speed up IDirectory serviceGravatar vonchenplus2022-08-231-1/+2
* | | | | hid: core: Add missing function table namesGravatar german772022-08-211-0/+6
|/ / / /
* | | | Merge pull request #8799 from liamwhite/where-did-the-padding-goGravatar liamwhite2022-08-212-3/+3
|\ \ \ \
| * | | | core/file_sys: fix alignment of BuildIdGravatar Liam2022-08-212-3/+3
* | | | | Merge pull request #8660 from Tachi107/findmodules-pkg-configGravatar liamwhite2022-08-211-1/+1
|\ \ \ \ \
| * | | | | build(externals): rename Findopus to FindOpusGravatar Andrea Pappacoda2022-08-011-1/+1
* | | | | | Merge pull request #8784 from Docteh/nosnekGravatar liamwhite2022-08-216-47/+50
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |