summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: friend: Implement GetCompletionEventGravatar Morph2021-11-301-2/+21
* npad: Return NpadButton in GetAndResetPressStateGravatar Morph2021-11-292-5/+5
* general: Fix handheld typoGravatar Morph2021-11-291-1/+1
* Merge pull request #7438 from german77/homebrew2Gravatar bunnei2021-11-285-2/+144
|\
| * core/ns: Implement GetReadOnlyApplicationControlDataInterfaceGravatar Narr the Reg2021-11-272-1/+26
| * core/pdm: Stub QueryPlayStatisticsByApplicationIdAndUserAccountIdGravatar Narr the Reg2021-11-273-0/+105
| * core/hid: Stub GetUniquePadsFromNpadGravatar Narr the Reg2021-11-271-1/+13
* | settings: Add debug setting to enable all controllersGravatar german772021-11-271-0/+4
|/
* service/hid: Finish converting LIFO objects and address some nitsGravatar Narr the Reg2021-11-2412-91/+46
* kraken: Address comments from reviewGravatar german772021-11-242-5/+4
* core/hid: Improve accuary of mouse implementationGravatar german772021-11-246-18/+28
* core/hid: Fully implement native mouseGravatar german772021-11-241-4/+5
* core/hid: Improve accuracy of the keyboard implementationGravatar german772021-11-243-4/+34
* core/hid: Fix keyboard alignmentGravatar german772021-11-241-0/+1
* core/hid: Remove usage of native types, fix a couple of errors with motionGravatar german772021-11-245-411/+544
* service/hid: Remove includes of core.h and settings.hGravatar german772021-11-2422-51/+56
* service/hid: Add support for new controllersGravatar german772021-11-241-1/+30
* core/hid: Rename NpadType to NpadStyleIndexGravatar german772021-11-243-75/+79
* second commit lion reviewGravatar german772021-11-249-5/+15
* kraken: Address comments from reviewGravatar german772021-11-244-8/+5
* core/hid: Update structs to 13.1.0Gravatar german772021-11-249-42/+89
* core/hid: Rework battery mappingsGravatar german772021-11-241-2/+9
* service/hid: Fix memory allocated incorrectlyGravatar german772021-11-245-7/+7
* Morph review first waveGravatar german772021-11-2412-74/+56
* service/hid: Match shared memory closer to HWGravatar german772021-11-242-26/+75
* kraken: Address comments from reviewGravatar german772021-11-244-9/+8
* service/hid: Use ring buffer for gesturesGravatar german772021-11-242-79/+52
* service/hid: Fix gesture inputGravatar german772021-11-242-61/+92
* configuration: Migrate controller settings to emulated controllerGravatar german772021-11-241-11/+3
* core/hid: Only signal when neededGravatar german772021-11-241-2/+4
* hid: Fix controller connection/disconnectionGravatar german772021-11-243-26/+56
* kraken: Fix errors from rebase and format filesGravatar german772021-11-241-1/+0
* core/hid: Add output devicesGravatar german772021-11-242-40/+5
* core/frontend: Update appletsGravatar german772021-11-241-1/+1
* 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-241-0/+54
* settings: Cleanup settingsGravatar german772021-11-244-5/+4
* 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
* | 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