summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-10Merge pull request #6172 from degasus/cmake_opusbunnei
externals: Search for shared opus installation.
2021-04-10Merge pull request #6099 from bunnei/derive-membunnei
Kernel Rework: Derive memory regions from board layout.
2021-04-09Merge pull request #6171 from german77/servicesbunnei
service: Update service function tables and use proper names
2021-04-09Merge pull request #6156 from lioncash/lock-discardbunnei
kernel: Mark lock helper classes as [[nodiscard]]
2021-04-09Merge pull request #6113 from german77/playhistorybunnei
Friend: Stub GetPlayHistoryRegistrationKey
2021-04-09Merge pull request #6158 from german77/hidServiceTablesbunnei
hid: Update service function tables
2021-04-09Merge pull request #6162 from degasus/no_spin_loopsbunnei
video_core: Avoid spin loops.
2021-04-09Merge pull request #6164 from Morph1984/service-update-12.xbunnei
service: Update service function tables
2021-04-09ns: Update to 12.xMorph
2021-04-09aoc_u: Update to 12.xMorph
2021-04-09nim: Update to 12.xMorph
2021-04-09npns: Update to 12.xMorph
2021-04-09bgtc: Update to 12.x and implement OpenTaskServiceMorph
2021-04-09vi: Update to 12.xMorph
2021-04-09erpt: Update to 12.xMorph
2021-04-09btm: Update to 12.xMorph
2021-04-09btdrv: Update to 12.xMorph
2021-04-08Merge pull request #6168 from Morph1984/stub-SetNpadAnalogStickUseCenterClampbunnei
service: hid: Stub SetAnalogStickUseCenterClamp
2021-04-08wlan: Update to 12.xgerman77
2021-04-08usb: Use proper namesgerman77
2021-04-08ITimeZoneService: Update to 12.xgerman77
2021-04-08spl: Update to 12.xgerman77
2021-04-08sfdnsres: Use proper namesgerman77
2021-04-08nsd: Update to 12.xgerman77
2021-04-08ethc: Update to 12.xgerman77
2021-04-08sm: Use proper names, update to 12.xgerman77
2021-04-08set_sys: Update to 12.xgerman77
2021-04-08pctl_module: Update to 12.xgerman77
2021-04-08pcie: Use proper namesgerman77
2021-04-08olsc: Update to 12.xgerman77
2021-04-08pl_u: Update to 12.xgerman77
2021-04-08ldr: Use proper namesgerman77
2021-04-08arp: Use proper names, update to 12.xgerman77
2021-04-08caps_u: Update to 12.xgerman77
2021-04-08caps_a: Update to 12.xgerman77
2021-04-08bpc: Use proper namesgerman77
2021-04-08bcat_module: Update to 12.xgerman77
2021-04-08codecctl: Use proper namesgerman77
2021-04-08audren_u: Use proper namesgerman77
2021-04-08audren_a: Use proper namesgerman77
2021-04-08audrec_u: Use proper names, update to 12.xgerman77
2021-04-08audrec_a: Use proper namesgerman77
2021-04-08audout_u: Use proper namesgerman77
2021-04-08audout_a: Use proper namesgerman77
2021-04-08audin_u: Use proper namesgerman77
2021-04-08audin_a: Use proper namesgerman77
2021-04-08Merge pull request #6155 from ameerj/kernel-12-rescntbunnei
kernel: Increase event and session counts
2021-04-08Merge pull request #6157 from Morph1984/am-update-12.xbunnei
service: am: Update service function tables
2021-04-08Merge pull request #6062 from ameerj/auto-stubbunnei
service: Add a toggle for auto stub fallback
2021-04-08externals: Search for shared opus installation.Markus Wick
We had used conan for opus before, but there was a bug in the AVX detection. However we still had the Findopus.cmake file within the repository, but not used. This patch reenables the Findopus helper and prefer the system wide installation of opus.