summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fixed normal params in GetDisplayResolutionGravatar Hexagon122018-04-131-1/+1
|/ /
* | Merge pull request #319 from Hexagon12/service-name-fixGravatar bunnei2018-04-1321-65/+413
|\ \
| * | Various fixes and clangGravatar Hexagon122018-04-116-115/+108
| * | Decimal changeGravatar Hexagon122018-04-101-4/+4
| * | Updated pctl:a with new service names.Gravatar Hexagon122018-04-101-4/+101
| * | Updated nvmemp with new service names.Gravatar Hexagon122018-04-101-4/+4
| * | Updated nvdrv with more service names.Gravatar Hexagon122018-04-101-0/+7
| * | Updated pl:u with more service names.Gravatar Hexagon122018-04-101-1/+3
| * | Updated hid with more service names.Gravatar Hexagon122018-04-101-0/+50
| * | Updated friend:u with more service names.Gravatar Hexagon122018-04-101-1/+2
| * | Updated the unknown nameGravatar Hexagon122018-04-101-1/+1
| * | Updated friend:a with more service names.Gravatar Hexagon122018-04-101-1/+2
| * | Updated fsp-srv with more service names.Gravatar Hexagon122018-04-101-4/+102
| * | Updated CodecCtl with more service names.Gravatar Hexagon122018-04-101-3/+3
| * | Updated audren with more service names.Gravatar Hexagon122018-04-101-10/+14
| * | Updated audrec with more service names.Gravatar Hexagon122018-04-101-7/+9
| * | Updated audout with more service names.Gravatar Hexagon122018-04-101-13/+16
| * | Updated audin with more service names.Gravatar Hexagon122018-04-101-9/+16
| * | Updated AOC with more service names.Gravatar Hexagon122018-04-101-0/+1
| * | Updated AppletOE with more service names.Gravatar Hexagon122018-04-101-0/+1
| * | Updated AppletAE with more service names.Gravatar Hexagon122018-04-101-0/+1
| * | Updated AM with more service names.Gravatar Hexagon122018-04-101-2/+82
* | | Service/SSL: update service according switchbrewGravatar mailwl2018-04-112-1/+98
* | | Service/ACC: convert to module, add acc:aa, acc:su, acc:u1 servicesGravatar mailwl2018-04-1010-127/+336
|/ /
* | Fix spelling of InitializeGravatar James Rowe2018-04-072-3/+3
* | svc: Stub out SetThreadActivity, GetThreadContext.Gravatar bunnei2018-04-022-2/+19
* | audren_u: Stub out GetActiveAudioDeviceName.Gravatar bunnei2018-04-021-1/+13
* | audout_u: Implement GetAudioOutState.Gravatar bunnei2018-04-021-1/+8
* | nifm: GetResult does not return a data field.Gravatar bunnei2018-04-021-2/+1
* | vi: Implement GetDisplayResolution.Gravatar bunnei2018-04-022-0/+26
* | shared_memory: Remove incorrect 3ds-specific check.Gravatar bunnei2018-04-021-12/+0
* | service: Add friend:u interface.Gravatar bunnei2018-04-023-0/+39
* | externals: Update fmt to 4d35f94Gravatar Daniel Lim Wee Soong2018-04-031-6/+6
* | Merge pull request #297 from bunnei/hid-touch-stateGravatar bunnei2018-04-021-5/+21
|\ \
| * | hid: Write empty touch screen state.Gravatar bunnei2018-04-011-5/+21
* | | hle_ipc, fsp_srv: Cleanup logging.Gravatar bunnei2018-03-312-3/+3
* | | hid: Stub out GetSupportedNpadStyleSet.Gravatar bunnei2018-03-311-0/+8
* | | hle_ipc: Do not ensure write buffer size.Gravatar bunnei2018-03-311-2/+5
* | | fsp_srv: Implement GetSize and SetSize.Gravatar bunnei2018-03-311-2/+21
* | | memory: Fix stack region.Gravatar bunnei2018-03-312-3/+4
|/ /
* | audren_u: Stub QueryAudioDeviceSystemEvent and GetActiveChannelCount.Gravatar bunnei2018-03-291-8/+36
* | svc: Stub GetThreadCoreMask.Gravatar bunnei2018-03-292-3/+26
* | service: Add NFP module interface.Gravatar bunnei2018-03-295-0/+95
* | result: Check against self-assignment in ResultVal's copy assignment operatorGravatar Lioncash2018-03-281-0/+3
* | config: Rename is_docked to use_docked_mode to be consistent with other confi...Gravatar bunnei2018-03-261-5/+5
* | config: Add setting for whether the system is docked or not.Gravatar bunnei2018-03-261-2/+6
* | Merge pull request #280 from bunnei/misc-service-fixesGravatar bunnei2018-03-255-8/+66
|\ \
| * | audren_u: Fix GetAudioDevice.Gravatar bunnei2018-03-252-7/+48
| * | hid: Stub out SetNpadJoyAssignmentModeDual.Gravatar bunnei2018-03-251-1/+7
| * | pl_u: Add RequestLoad.Gravatar bunnei2018-03-252-0/+11