summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Morph review first waveGravatar german772021-11-2422-135/+116
* service/hid: Match shared memory closer to HWGravatar german772021-11-242-26/+75
* yuzu: Fix loading input profilesGravatar german772021-11-241-0/+2
* kraken: Address comments from reviewGravatar german772021-11-2411-51/+47
* service/hid: Use ring buffer for gesturesGravatar german772021-11-242-79/+52
* service/hid: Fix gesture inputGravatar german772021-11-245-88/+129
* configuration: Migrate controller settings to emulated controllerGravatar german772021-11-245-15/+33
* core/hid: Fix rumble too strong at 1%Gravatar german772021-11-241-12/+22
* core/hid: Only signal when neededGravatar german772021-11-244-128/+145
* hid: Fix controller connection/disconnectionGravatar german772021-11-247-56/+151
* core/hid: Documment some filesGravatar german772021-11-244-52/+265
* kraken: Fix errors from rebase and format filesGravatar german772021-11-242-2/+5
* core/hid: Add output devicesGravatar german772021-11-245-69/+126
* core: Update input interpreterGravatar german772021-11-242-51/+18
* core/frontend: Update appletsGravatar german772021-11-242-10/+15
* core: Remove frontend/inputGravatar german772021-11-241-217/+0
* 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
|\