summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Added auto controller switching to supported controllers and single joycon bu...Gravatar David Marcec2018-10-202-4/+189
|/ /
* | Merge pull request #1520 from lioncash/sanGravatar bunnei2018-10-193-3/+50
|\ \
| * | svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemoryGravatar Lioncash2018-10-183-3/+50
* | | Merge pull request #1526 from lioncash/svc-idGravatar bunnei2018-10-198-53/+163
|\ \ \
| * | | es: Update service function tablesGravatar Lioncash2018-10-191-7/+11
| * | | audio: Update service function tablesGravatar Lioncash2018-10-191-17/+20
| * | | omm: Update service function tablesGravatar Lioncash2018-10-191-16/+18
| * | | nifm: Update service function tablesGravatar Lioncash2018-10-191-0/+1
| * | | hid: Update service function tablesGravatar Lioncash2018-10-191-6/+45
| * | | nim: Add the basic skeleton of the nim:eca serviceGravatar Lioncash2018-10-191-0/+17
| * | | ns: Update service function tableGravatar Lioncash2018-10-191-6/+49
| * | | set_cal: Update service function tableGravatar Lioncash2018-10-191-1/+2
* | | | Merge pull request #1530 from DarkLordZach/aoc-8Gravatar bunnei2018-10-192-1/+16
|\ \ \ \
| * | | | aoc_u: Stub GetAddOnContentListChangedEventGravatar Zach Hilman2018-10-192-1/+16
* | | | | Merge pull request #1516 from lioncash/hidGravatar bunnei2018-10-1918-19/+33
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | hid/controller: Remove unused header inclusionsGravatar Lioncash2018-10-179-9/+0
| * | | | hid/controller/npad: Remove unused dump_idx member variableGravatar Lioncash2018-10-171-1/+0
| * | | | hid/controller/npad: Remove unnecessary semicolon from the closing brace of L...Gravatar Lioncash2018-10-171-1/+1
| * | | | hid/controller/npad: Remove #pragma once from the cpp fileGravatar Lioncash2018-10-171-2/+0
| * | | | hid/controller/npad: Move npad_id_list into the cpp fileGravatar Lioncash2018-10-172-2/+10
| * | | | hid/controller/npad: Remove unnecessary const from void return typeGravatar Lioncash2018-10-172-2/+2
| * | | | hid/controller: Default the destructors of all controller types in the cpp fileGravatar Lioncash2018-10-1716-0/+16
| * | | | controller_base: Default the base class constructor and destructor in the cpp...Gravatar Lioncash2018-10-172-2/+4
| | |/ / | |/| |
* | | | Stubbed home blockingGravatar David Marcec2018-10-202-4/+36
| |/ / |/| |
* | | Merge pull request #1523 from lioncash/lockGravatar bunnei2018-10-181-9/+15
|\ \ \
| * | | svc: Check for word alignment of addresses within svcArbitrateLock/svcArbitra...Gravatar Lioncash2018-10-181-0/+8
| * | | common: Move Is4KBAligned() to alignment.hGravatar Lioncash2018-10-181-9/+7
| |/ /
* / / Used better names for mm:u and fixed bad stubGravatar David Marcec2018-10-191-8/+42
|/ /
* | Merge pull request #1444 from ogniK5377/better-hidGravatar bunnei2018-10-1721-648/+1702
|\ \
| * | Using dual joycons as the default controllerGravatar David Marcec2018-10-183-77/+59
| * | WipGravatar David Marcec2018-10-122-3/+23
| * | Dynamically decide handheld variant based on supported npad id priorityGravatar David Marcec2018-10-123-19/+62
| * | Added BeginPermitVibrationSession and EndPermitVibrationSessionGravatar David Marcec2018-10-113-2/+26
| * | Added GetLedPattern and HandheldVariantGravatar David Marcec2018-10-103-6/+63
| * | Kirby expects handheld controllers to be at position 8Gravatar David Marcec2018-10-101-2/+8
| * | Added the ability to "disconnect" individual npadsGravatar David Marcec2018-10-103-16/+40
| * | Removed unneeded forward declarationsGravatar David Marcec2018-10-102-13/+2
| * | Addressed changes for better hidGravatar David Marcec2018-10-1019-167/+238
| * | "Better Hid" rework part 1Gravatar David Marcec2018-10-1021-644/+1482
* | | Merge pull request #1498 from lioncash/aslrGravatar bunnei2018-10-174-28/+44
|\ \ \ | |_|/ |/| |
| * | svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svc...Gravatar Lioncash2018-10-144-28/+44
* | | Implement VI ConvertScalingMode (#1475)Gravatar David2018-10-161-1/+49
* | | Merge pull request #1502 from lioncash/uniqueGravatar bunnei2018-10-164-15/+15
|\ \ \
| * | | core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrsGravatar Lioncash2018-10-154-15/+15
* | | | file_sys/registered_cache: Use unique_ptr and regular pointers instead of sha...Gravatar Lioncash2018-10-163-12/+11
* | | | Merge pull request #1494 from DarkLordZach/aoc-signature-fixesGravatar bunnei2018-10-151-3/+15
|\ \ \ \ | |/ / / |/| | |
| * | | aoc: Read DLC base title ID from RegisteredCacheGravatar Zach Hilman2018-10-141-2/+13
| * | | aoc: Return size in ListAddOnContentGravatar Zach Hilman2018-10-131-1/+2
* | | | Merge pull request #1491 from lioncash/referenceGravatar bunnei2018-10-144-14/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesyste...Gravatar Lioncash2018-10-134-14/+13
| |/ /