aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service
AgeCommit message (Expand)Author
2020-01-25bsd: Stub several more functions.bunnei
2020-01-22service: time: Implement ToPosixTimeWithMyRule.bunnei
2020-01-20time: Fix month off-by-one error.bunnei
2020-01-19Merge pull request #3271 from bunnei/time-rewritebunnei
2020-01-07Merge pull request #3272 from bunnei/vi-close-layerbunnei
2020-01-06Merge pull request #3257 from degasus/no_busy_loopsbunnei
2020-01-05Merge pull request #2945 from FernandoS27/fix-bcatbunnei
2020-01-04service: time: Implement GetStandardLocalSystemClock.bunnei
2020-01-04time: Remove overflow error checking (currently breaks ADO builds).bunnei
2020-01-04service: time: Implement GetClockSnapshotFromSystemClockContext.bunnei
2020-01-04service: time: Implement IsStandardNetworkSystemClockAccuracySufficient.bunnei
2020-01-04service: time: Rewrite implementation of glue services.bunnei
2020-01-04core: Initialize several structs that make use of Common::UUID.bunnei
2020-01-04service: vi: Implement CloseLayer.bunnei
2019-12-30video_core: Block in WaitFence.Markus Wick
2019-12-25NvServices: Correct Ioctl Remap.Fernando Sahmkow
2019-11-28kernel: Implement a more accurate IPC dispatch.bunnei
2019-11-28Merge pull request #3169 from lioncash/memorybunnei
2019-11-27Merge pull request #3170 from lioncash/enumbunnei
2019-11-27file_sys/directory: Make EntryType an enum classLioncash
2019-11-26core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash
2019-11-26core: Prepare various classes for memory read/write migrationLioncash
2019-11-26core_timing: Use better reference tracking for EventType. (#3159)bunnei
2019-11-24Merge pull request #3094 from lioncash/tablesbunnei
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
2019-11-21Merge pull request #3112 from lioncash/skipbunnei
2019-11-21Merge pull request #3111 from lioncash/querybunnei
2019-11-15Merge pull request #3091 from lioncash/core-conversionbunnei
2019-11-14service/am: Remove unnecessary Skip callsLioncash
2019-11-14am: Stub QueryApplicationPlayStatisticsLioncash
2019-11-14Merge pull request #3089 from SciresM/play_statisticsbunnei
2019-11-12service: Update function tablesLioncash
2019-11-12core: Migrate off deprecated mbedtls functionsLioncash
2019-11-12service: Resolve sign conversion errorsLioncash
2019-11-11Implement stub for QueryApplicationPlayStatisticsByUidMichael Scire
2019-11-06nifm: Only return that there's an internet connection when there's a BCATServerFernando Sahmkow
2019-11-06Merge pull request #3062 from bunnei/event-improvebunnei
2019-11-06Merge pull request #2859 from Morph1984/hidDavid
2019-11-03common_func: Use std::array for INSERT_PADDING_* macros.bunnei
2019-11-03kernel: events: Remove ResetType::Automatic.bunnei
2019-11-03core/am: Stub InitializeApplicationCopyrightFrameBuffer, SetApplicationCopyri...FearlessTobi
2019-10-22Merge pull request #2991 from lioncash/npadbunnei
2019-10-17hid/npad: Fix incorrect connection boolean value in ConnectAllDisconnectedCon...Lioncash
2019-10-17hid/npad: Add missing break in default caseLioncash
2019-10-17hid/npad: Replace std::for_each with ranged for loopsLioncash
2019-10-17hid/npad: Remove redundant non-const variant of IsControllerSupported()Lioncash
2019-10-17hid/npad: Move function declarationsLioncash
2019-10-17apm/controller: Make SetPerformanceConfiguration() use an array of pairs over...Lioncash
2019-10-17apm/controller: Make GetCurrentPerformanceMode() a const member functionLioncash
2019-10-16Merge pull request #2912 from FernandoS27/async-fixesbunnei