summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #360 from lioncash/namespacesGravatar bunnei2018-04-20136-570/+273
|\ | | | | service: Use nested namespace specifiers where applicable
| * service: Use nested namespace specifiers where applicableGravatar Lioncash2018-04-19136-570/+273
| | | | | | | | Tidies up namespace declarations
* | Merge pull request #363 from lioncash/array-sizeGravatar bunnei2018-04-201-1/+2
|\ \ | | | | | | common_funcs: Remove ARRAY_SIZE macro
| * | common_funcs: Remove ARRAY_SIZE macroGravatar Lioncash2018-04-191-1/+2
| |/ | | | | | | C++17 has non-member size() which we can just call where necessary.
* / vi: Remove redundant initializers in the constructorsGravatar Lioncash2018-04-191-9/+5
|/
* nvflinger: Call MicroProfileFlip on NVFlinger::Compose.Gravatar bunnei2018-04-181-0/+3
|
* Various service name fixes - part 2 (rebased) (#322)Gravatar Hexagon122018-04-1713-11/+207
| | | | | | | | | | | | | | | | * Updated ACC with more service names * Updated SVC with more service names * Updated set with more service names * Updated sockets with more service names * Updated SPL with more service names * Updated time with more service names * Updated vi with more service names
* Merge pull request #338 from bunnei/unrequire-shared-fontGravatar bunnei2018-04-151-17/+14
|\ | | | | pl_u: Use empty shared font if none is available.
| * pl_u: Use empty shared font if none is available.Gravatar bunnei2018-04-151-17/+14
| | | | | | | | - Makes games work in lieu of shared_font.bin.
* | fsp_srv: Implement DeleteFile.Gravatar bunnei2018-04-151-1/+15
|/ | | | - Used by Binding of Isaac.
* Merge pull request #332 from bunnei/fix-total-mem-usageGravatar bunnei2018-04-141-1/+1
|\ | | | | vm_manager: Increase GetTotalMemoryUsage value.
| * vm_manager: Increase GetTotalMemoryUsage value.Gravatar bunnei2018-04-141-1/+1
| | | | | | | | - Gets Binding of Isaac running.
* | fsp_srv: Implement IFile::Flush.Gravatar bunnei2018-04-141-1/+9
|/
* Merge pull request #323 from Hexagon12/stub-hidGravatar bunnei2018-04-131-1/+7
|\ | | | | Service/HID: Stubbed out GetPlayerLedPattern
| * Stubbed out GetPlayerLedPatternGravatar Hexagon122018-04-131-1/+7
| |
* | 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 service name fixes - part 1
| * 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
| | | | | | | | | | | Versions prior to this didn't compile on OpenBSD due to unconditional use of the non-standard strtod_l() function. The fmt::MemoryWriter API has been removed in the intervening versions, so replace its use with fmt::memory_buffer and fmt::format_to. The library also no longer provides the fmt::fmt ALIAS, so define it in externals/CMakeLists.txt.
* Merge pull request #297 from bunnei/hid-touch-stateGravatar bunnei2018-04-021-5/+21
|\ | | | | hid: Write empty touch screen state.
| * hid: Write empty touch screen state.Gravatar bunnei2018-04-011-5/+21
| |