summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* service/hid: Rewrite npad to use ring lifo and the emulated controllerGravatar german772021-11-242-890/+605
* service/hid: Update console sixaxis to the emulated consoleGravatar german772021-11-242-28/+26
* service/hid: Update mouse and keyboard to use ring lifo and the emulated deviceGravatar german772021-11-244-158/+71
* service/hid: Update touch and gestures to use ring lifo and the emulated consoleGravatar german772021-11-244-370/+191
* service/hid: Update debug pad, xpad, stubbed and controller base to use ring ...Gravatar german772021-11-247-166/+80
* service/hid: Use remove duplicated code, update namesGravatar german772021-11-242-64/+30
* service/hid: Create ring LIFOGravatar german772021-11-242-1/+55
* settings: Cleanup settingsGravatar german772021-11-244-5/+4
* core/emu_window: Remove touch inputGravatar german772021-11-242-113/+15
* core: Register HIDGravatar german772021-11-242-3/+21
* core/hid: Add emulated controllersGravatar german772021-11-249-0/+2025
* core/hid: Move motion_input, create input converter and hid_typesGravatar german772021-11-246-0/+1164
* core/hid: Move input_interpreter to hidGravatar german772021-11-243-3/+3
* Merge pull request #7394 from Morph1984/svc-SetMemoryPermissionGravatar bunnei2021-11-225-12/+64
|\
| * kernel: svc: Move all IsValid functions to an anonymous namespaceGravatar Morph2021-11-201-3/+15
| * kernel: svc: Implement SetProcessMemoryPermissionGravatar Morph2021-11-201-1/+41
| * kernel: KPageTable: Rename SetCodeMemoryPermission to SetProcessMemoryPermissionGravatar Morph2021-11-204-8/+8
* | arm: dynarmic: Cleanup icache op handlingGravatar jam1garner2021-11-211-10/+9
* | arm: dynarmic: Implement icache op handling for 'ic iallu' instructionGravatar jam1garner2021-11-211-0/+3
* | arm: dynarmic: Implement icache op handling for 'ic ivau' instructionGravatar jam1garner2021-11-211-0/+18
* | Merge pull request #7389 from ameerj/screenshot-1xGravatar bunnei2021-11-212-11/+7
|\ \
| * | Fix screenshot dimensions when at 1x scaleGravatar ameerj2021-11-202-11/+7
| |/
* | Merge pull request #7359 from heinermann/kthread_crashGravatar bunnei2021-11-201-8/+14
|\ \
| * | Fix crash on exit due to static scoped dummy threadsGravatar Adam Heinermann2021-11-171-8/+14
| |/
* | service: pm: Implement AtmosphereGetProcessIdGravatar Morph2021-11-201-0/+24
* | service: pm: Add all relevant result codesGravatar Morph2021-11-201-3/+8
* | service: pm: Rename title id to program idGravatar Morph2021-11-201-6/+6
|/
* bootmanager: Fix screenshot resolution factor usageGravatar ameerj2021-11-162-10/+7
* Settings: eliminate rescaling_factor.Gravatar Fernando Sahmkow2021-11-163-29/+12
* program_metadata: Add default ThreadInfo kernel capabilityGravatar OatmealDome2021-11-101-1/+4
* applets/swkbd: Fix text check message encodingGravatar Morph2021-11-081-7/+15
* applets/swkbd: Skip text checking if the text has been confirmedGravatar Morph2021-11-084-13/+21
* service/pctl: Stub EndFreeCommunicationGravatar Narr the Reg2021-11-051-1/+8
* Merge pull request #7279 from Morph1984/system-get-program-idGravatar Morph2021-11-0422-53/+44
|\
| * general: Get the current process program id directly from the systemGravatar Morph2021-11-0418-50/+38
| * general: Rename GetTitleID to GetProgramIDGravatar Morph2021-11-0421-39/+42
* | Merge pull request #7289 from ameerj/perf-stat-shutdownGravatar Morph2021-11-041-1/+1
|\ \
| * | core: Reorder perf_stats destruction order on ShutdownGravatar ameerj2021-11-041-1/+1
| |/
* | Merge pull request #7287 from Morph1984/stub-aocGravatar Fernando S2021-11-052-0/+29
|\ \ | |/ |/|
| * service: aoc: Stub NotifyUnmountAddOnContentGravatar Morph2021-11-042-1/+9
| * service: aoc: Stub NotifyMountAddOnContent and NotifyMountAddOnContentGravatar Morph2021-11-042-0/+21
* | Merge pull request #7282 from ameerj/core-includesGravatar bunnei2021-11-04134-219/+8
|\ \ | |/ |/|
| * core: Fix transitive include build errorsGravatar ameerj2021-11-035-0/+9
| * core: Remove unused includesGravatar ameerj2021-11-03133-221/+1
* | service/acc: Rename Unknown160 to InitializeApplicationInfoV2Gravatar german772021-11-043-3/+3
* | service: acc: Stub acc:u0 '160'Gravatar Morph2021-11-043-0/+9
|/
* svc: Correct WaitSynchronization num_handles param typeGravatar Morph2021-11-022-4/+4
* general: Remove MakeResult helpersGravatar Morph2021-11-0213-69/+48
* hle/result: Amend ResultVal documentationGravatar Morph2021-11-021-12/+10
* hle/result: Reimplement ResultVal using Common::ExpectedGravatar Morph2021-11-021-117/+63