aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2018-04-24nvdrv: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24ns: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24nifm: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24nfp: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24lm: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24hid: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24friend: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24filesystem: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24fatal: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24audio: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24apm: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24aoc: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24am: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24acc: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24Service/FS: implement IFileSystem::RenameFilemailwl
2018-04-23Merge pull request #370 from Subv/sync_primitivesbunnei
2018-04-23Merge pull request #384 from Subv/nvhost-remapbunnei
2018-04-23Kernel: Implemented mutex priority inheritance.Subv
2018-04-23NvDrv/nvhost-as-gpu: Ensure that the object passed to MapBufferEx has already...Subv
2018-04-23Nvdrv/nvhost-as-gpu: Implemented the ioctl REMAP command.Subv
2018-04-23Nvdrv: Assert when receiving an unimplemented ioctl in the nv* handlers.Subv
2018-04-22GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport...David Marcec
2018-04-22lioncash proposed changesDavid
2018-04-21Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersi...David Marcec
2018-04-20Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOsSubv
2018-04-20Qt: Update the WaitTree widget to show info about the current mutex of each t...Subv
2018-04-20Kernel: Remove unused ConditionVariable class.Subv
2018-04-20Kernel: Remove old and unused Mutex code.Subv
2018-04-20Kernel: Properly implemented svcWaitProcessWideKey and svcSignalProcessWideKeySubv
2018-04-20Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock.Subv
2018-04-20Merge pull request #372 from lioncash/enumbunnei
2018-04-20core: Relocate g_service_manager to the System classLioncash
2018-04-20resource_limit: Make ResourceTypes an enum classLioncash
2018-04-20Merge pull request #340 from mailwl/vi-updatebunnei
2018-04-20Merge pull request #360 from lioncash/namespacesbunnei
2018-04-20Merge pull request #363 from lioncash/array-sizebunnei
2018-04-19common_funcs: Remove ARRAY_SIZE macroLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-04-19vi: Remove redundant initializers in the constructorsLioncash
2018-04-18nvflinger: Call MicroProfileFlip on NVFlinger::Compose.bunnei
2018-04-17Service/VI: stub SetLayerVisibility, fix GetDisplayResolution outputmailwl
2018-04-17Various service name fixes - part 2 (rebased) (#322)Hexagon12
2018-04-15Merge pull request #338 from bunnei/unrequire-shared-fontbunnei
2018-04-15pl_u: Use empty shared font if none is available.bunnei
2018-04-15fsp_srv: Implement DeleteFile.bunnei
2018-04-14Merge pull request #332 from bunnei/fix-total-mem-usagebunnei
2018-04-14vm_manager: Increase GetTotalMemoryUsage value.bunnei
2018-04-14fsp_srv: Implement IFile::Flush.bunnei
2018-04-13Merge pull request #323 from Hexagon12/stub-hidbunnei
2018-04-13Fixed normal params in GetDisplayResolutionHexagon12