summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2021-11-24input_common: Add manual update options to input devicesgerman77
2021-11-24service/hid: Fix memory allocated incorrectlygerman77
2021-11-24settings: Fix mouse and keyboard mappingsgerman77
2021-11-24Morph review first wavegerman77
2021-11-24service/hid: Match shared memory closer to HWgerman77
2021-11-24yuzu: Fix loading input profilesgerman77
2021-11-24kraken: Address comments from reviewgerman77
2021-11-24service/hid: Use ring buffer for gesturesgerman77
2021-11-24service/hid: Fix gesture inputgerman77
2021-11-24configuration: Migrate controller settings to emulated controllergerman77
2021-11-24core/hid: Fix rumble too strong at 1%german77
2021-11-24core/hid: Only signal when neededgerman77
2021-11-24hid: Fix controller connection/disconnectiongerman77
2021-11-24core/hid: Documment some filesgerman77
2021-11-24kraken: Fix errors from rebase and format filesgerman77
2021-11-24core/hid: Add output devicesgerman77
2021-11-24core: Update input interpretergerman77
2021-11-24core/frontend: Update appletsgerman77
2021-11-24core: Remove frontend/inputgerman77
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-24core/emu_window: Remove touch inputgerman77
2021-11-24core: Register HIDgerman77
2021-11-24core/hid: Add emulated controllersgerman77
2021-11-24core/hid: Move motion_input, create input converter and hid_typesgerman77
2021-11-24core/hid: Move input_interpreter to hidgerman77
2021-11-22Merge pull request #7394 from Morph1984/svc-SetMemoryPermissionbunnei
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