summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | ns: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-6/+6
| * | nifm: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-11/+11
| * | nfp: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-1/+1
| * | lm: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-6/+6
| * | hid: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-25/+25
| * | friend: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-1/+1
| * | filesystem: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-242-30/+29
| * | fatal: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-2/+2
| * | audio: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-242-21/+21
| * | apm: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-3/+3
| * | aoc: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-2/+2
| * | am: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-243-50/+50
| * | acc: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-10/+10
| * | Service/FS: implement IFileSystem::RenameFileGravatar mailwl2018-04-241-1/+21
| * | Merge pull request #370 from Subv/sync_primitivesGravatar bunnei2018-04-2311-439/+236
| |\ \
| | * | Kernel: Implemented mutex priority inheritance.Gravatar Subv2018-04-234-10/+94
| | * | Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOsGravatar Subv2018-04-201-1/+1
| | * | Qt: Update the WaitTree widget to show info about the current mutex of each t...Gravatar Subv2018-04-203-8/+8
| | * | Kernel: Remove unused ConditionVariable class.Gravatar Subv2018-04-205-148/+0
| | * | Kernel: Remove old and unused Mutex code.Gravatar Subv2018-04-204-209/+3
| | * | Kernel: Properly implemented svcWaitProcessWideKey and svcSignalProcessWideKeyGravatar Subv2018-04-201-83/+46
| | * | Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock.Gravatar Subv2018-04-206-22/+126
| * | | Merge pull request #384 from Subv/nvhost-remapGravatar bunnei2018-04-232-0/+57
| |\ \ \
| | * | | NvDrv/nvhost-as-gpu: Ensure that the object passed to MapBufferEx has already...Gravatar Subv2018-04-231-0/+10
| | * | | Nvdrv/nvhost-as-gpu: Implemented the ioctl REMAP command.Gravatar Subv2018-04-232-0/+47
| * | | | Nvdrv: Assert when receiving an unimplemented ioctl in the nv* handlers.Gravatar Subv2018-04-235-5/+5
| |/ / /
* | | | Added PREPO to logging backend, Removed comments from SaveReportWithUserGravatar David Marcec2018-04-262-13/+2
* | | | GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport...Gravatar David Marcec2018-04-229-25/+63
* | | | lioncash proposed changesGravatar David2018-04-221-2/+2
* | | | Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersi...Gravatar David Marcec2018-04-2110-11/+107
|/ / /
* | | Merge pull request #372 from lioncash/enumGravatar bunnei2018-04-203-38/+38
|\ \ \
| * | | resource_limit: Make ResourceTypes an enum classGravatar Lioncash2018-04-203-38/+38
* | | | core: Relocate g_service_manager to the System classGravatar Lioncash2018-04-204-32/+32
|/ / /
* | | Merge pull request #340 from mailwl/vi-updateGravatar bunnei2018-04-201-7/+27
|\ \ \ | |/ / |/| |
| * | Service/VI: stub SetLayerVisibility, fix GetDisplayResolution outputGravatar mailwl2018-04-171-7/+27
* | | Merge pull request #360 from lioncash/namespacesGravatar bunnei2018-04-20136-570/+273
|\ \ \
| * | | service: Use nested namespace specifiers where applicableGravatar Lioncash2018-04-19136-570/+273
* | | | Merge pull request #363 from lioncash/array-sizeGravatar bunnei2018-04-201-1/+2
|\ \ \ \
| * | | | common_funcs: Remove ARRAY_SIZE macroGravatar Lioncash2018-04-191-1/+2
| |/ / /
* / / / 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
* | Merge pull request #338 from bunnei/unrequire-shared-fontGravatar bunnei2018-04-151-17/+14
|\ \
| * | pl_u: Use empty shared font if none is available.Gravatar bunnei2018-04-151-17/+14
* | | fsp_srv: Implement DeleteFile.Gravatar bunnei2018-04-151-1/+15
|/ /
* | Merge pull request #332 from bunnei/fix-total-mem-usageGravatar bunnei2018-04-141-1/+1
|\ \
| * | vm_manager: Increase GetTotalMemoryUsage value.Gravatar bunnei2018-04-141-1/+1
* | | fsp_srv: Implement IFile::Flush.Gravatar bunnei2018-04-141-1/+9
|/ /
* | Merge pull request #323 from Hexagon12/stub-hidGravatar bunnei2018-04-131-1/+7
|\ \
| * | Stubbed out GetPlayerLedPatternGravatar Hexagon122018-04-131-1/+7