aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2021-11-21arm: dynarmic: Cleanup icache op handlingjam1garner
2021-11-21arm: dynarmic: Implement icache op handling for 'ic iallu' instructionjam1garner
2021-11-21arm: dynarmic: Implement icache op handling for 'ic ivau' instructionjam1garner
2021-11-21Merge pull request #7389 from ameerj/screenshot-1xbunnei
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-20Fix screenshot dimensions when at 1x scaleameerj
2021-11-17Fix crash on exit due to static scoped dummy threadsAdam Heinermann
2021-11-16bootmanager: Fix screenshot resolution factor usageameerj
2021-11-16Settings: eliminate rescaling_factor.Fernando Sahmkow
2021-11-10program_metadata: Add default ThreadInfo kernel capabilityOatmealDome
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-04Merge pull request #7289 from ameerj/perf-stat-shutdownMorph
2021-11-04core: Reorder perf_stats destruction order on Shutdownameerj
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-28file_sys: control_metadata: Add BrazilianPortugueseMorph
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-24Merge pull request #7218 from bylaws/aswdqdsamAmeer J
2021-10-24Fixed ARM_Dynamic_64 StepAndrew Strelsky