summaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2021-11-24service/hid: Rewrite npad to use ring lifo and the emulated controllergerman77
2021-11-24service/hid: Update console sixaxis to the emulated consolegerman77
2021-11-24service/hid: Update mouse and keyboard to use ring lifo and the emulated devicegerman77
2021-11-24service/hid: Update touch and gestures to use ring lifo and the emulated consolegerman77
2021-11-24service/hid: Update debug pad, xpad, stubbed and controller base to use ring ...german77
2021-11-24service/hid: Use remove duplicated code, update namesgerman77
2021-11-24service/hid: Create ring LIFOgerman77
2021-11-24settings: Cleanup settingsgerman77
2021-11-22Merge pull request #7394 from Morph1984/svc-SetMemoryPermissionbunnei
2021-11-20Merge pull request #7359 from heinermann/kthread_crashbunnei
2021-11-20kernel: svc: Move all IsValid functions to an anonymous namespaceMorph
2021-11-20kernel: svc: Implement SetProcessMemoryPermissionMorph
2021-11-20kernel: KPageTable: Rename SetCodeMemoryPermission to SetProcessMemoryPermissionMorph
2021-11-20service: pm: Implement AtmosphereGetProcessIdMorph
2021-11-20service: pm: Add all relevant result codesMorph
2021-11-20service: pm: Rename title id to program idMorph
2021-11-17Fix crash on exit due to static scoped dummy threadsAdam Heinermann
2021-11-16Settings: eliminate rescaling_factor.Fernando Sahmkow
2021-11-08applets/swkbd: Fix text check message encodingMorph
2021-11-08applets/swkbd: Skip text checking if the text has been confirmedMorph
2021-11-05service/pctl: Stub EndFreeCommunicationNarr the Reg
2021-11-04Merge pull request #7279 from Morph1984/system-get-program-idMorph
2021-11-05Merge pull request #7287 from Morph1984/stub-aocFernando S
2021-11-04general: Get the current process program id directly from the systemMorph
2021-11-04general: Rename GetTitleID to GetProgramIDMorph
2021-11-04Merge pull request #7282 from ameerj/core-includesbunnei
2021-11-04service: aoc: Stub NotifyUnmountAddOnContentMorph
2021-11-04service: aoc: Stub NotifyMountAddOnContent and NotifyMountAddOnContentMorph
2021-11-04service/acc: Rename Unknown160 to InitializeApplicationInfoV2german77
2021-11-04service: acc: Stub acc:u0 '160'Morph
2021-11-03core: Fix transitive include build errorsameerj
2021-11-03core: Remove unused includesameerj
2021-11-02svc: Correct WaitSynchronization num_handles param typeMorph
2021-11-02general: Remove MakeResult helpersMorph
2021-11-02hle/result: Amend ResultVal documentationMorph
2021-11-02hle/result: Reimplement ResultVal using Common::ExpectedMorph
2021-11-01Merge pull request #7227 from vonchenplus/fix_memory_leak_v2bunnei
2021-10-29Merge pull request #7244 from Morph1984/application-lang-pt-brbunnei
2021-10-29Merge pull request #7240 from Morph1984/resultval-remove-cvbunnei
2021-10-28ns: language: Add BrazilianPortuguese to ApplicationLanguageMorph
2021-10-28hle/result: Declare copy/move constructor/assignment as noexceptMorph
2021-10-28hle/result: Add move assignment operator in ResultValMorph
2021-10-28hle/result: Remove cv-qualifiers from Arg in MakeResultMorph
2021-10-27Fix dangling kernel objects when exitingFeng Chen
2021-10-27Revert PR7009Feng Chen
2021-10-27Fix memory leakFeng Chen
2021-10-25Merge pull request #7193 from FernandoS27/idleMorph
2021-10-24Fixup channel submit IOCTL syncpoint parametersBilly Laws
2021-10-19Merge pull request #7198 from ameerj/settings-chronobunnei
2021-10-17Merge pull request #7173 from Morph1984/invalidate-unmapbunnei