aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service
AgeCommit message (Expand)Author
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
2019-10-15Merge pull request #2972 from lioncash/systembunnei
2019-10-15bcat: Remove use of global system accessorsLioncash
2019-10-13pl_u: Fix mismatched rebase size error in font encryptionZach Hilman
2019-10-13pl_u: Use kernel physical memoryZach Hilman
2019-10-13pl_u: Remove excess static qualifierZach Hilman
2019-10-13pl_u: Use OSS system archives if real archives don't existZach Hilman
2019-10-12nvflinger/buffer_queue: Remove use of a global system accessorLioncash
2019-10-09Merge pull request #2921 from FreddyFunk/compiler-warnings-corebunnei
2019-10-08Merge pull request #2654 from DarkLordZach/lm-log-rewritebunnei
2019-10-07hid: Implement DeactivateNpadMorph
2019-10-07hid: Stub SetNpadJoyAssignmentModeSingle and reorganize service commandsMorph
2019-10-06Merge pull request #2951 from lioncash/globalZach Hilman
2019-10-06bcat/module: Silence truncation warningsLioncash
2019-10-06bcat: Take std::function instance by value in NullBackend's constructorLioncash
2019-10-06bcat: In-class initialize ProgressServiceBackend's impl memberLioncash
2019-10-06bcat: Make ProgressServiceBackend's constructor take a std::string_viewLioncash
2019-10-06bcat: Make ProgressServiceBackend's GetEvent() constLioncash
2019-10-06boxcat: Silence an unused variable warningLioncash