aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service
AgeCommit message (Expand)Author
2018-11-18am: Unstub ILibraryAppletAccessor::StartZach Hilman
2018-11-18am: Implement PopInteractiveOutData and PushInteractiveInDataZach Hilman
2018-11-18am: Convert storage stack to vectorZach Hilman
2018-11-18am: Move AM::IStorage to headerZach Hilman
2018-11-18am: Move IStorageAccessor to header and update backing bufferZach Hilman
2018-11-18am: Implement CreateTransferMemoryStorageZach Hilman
2018-11-17ldr_ro: Add error check for memory allocation failureZach Hilman
2018-11-17vi: Implement TransactParcel for Disconnect and DetachBufferZach Hilman
2018-11-17Stubbed am:EnableApplicationCrashReportMysticExile
2018-11-16Merge pull request #1711 from ogniK5377/bluetooth-lets-gobunnei
2018-11-16hwopus: DecodeInterleavedWithPerformance: Fix ordering of output parameters.bunnei
2018-11-17Implemented CalculateStandardUserSystemClockDifferenceByUserDavid Marcec
2018-11-16Merge pull request #1632 from DarkLordZach/keys-manager-optimizationsbunnei
2018-11-16Merge pull request #1706 from lioncash/file-errbunnei
2018-11-17Added various bluetooth based cmds for palmaDavid Marcec
2018-11-17Added SetIsPalmaAllConnectable, SetPalmaBoostModeDavid Marcec
2018-11-16Report resolution scaling support for vi and amDavid Marcec
2018-11-16file_sys/errors: Extract FS-related error codes to file_sys/errors.hLioncash
2018-11-15Fixed priority switching edge case for handheld (#1675)David
2018-11-15Merge pull request #1699 from DarkLordZach/deterministic-rng-3bunnei
2018-11-15fsp_srv: Add support for using open source archive if not found in NANDZach Hilman
2018-11-15csrng: Use random integer distribution instead of raw engineZach Hilman
2018-11-15Merge pull request #1618 from DarkLordZach/dump-nsobunnei
2018-11-15Merge pull request #1691 from lioncash/audrenbunnei
2018-11-15ldr_ro: Implement UnloadNro (command 1)Zach Hilman
2018-11-15ldr_ro: Fully Implement LoadNro (command 0)Zach Hilman
2018-11-15ldr_ro: Implement UnloadNrr (command 3)Zach Hilman
2018-11-15ldr_ro: Fully implement LoadNrr (command 2)Zach Hilman
2018-11-15pl_u: Resize buffers in shared font data getter to what game requestsZach Hilman
2018-11-14Merge pull request #1697 from lioncash/accbunnei
2018-11-14Merge pull request #1696 from lioncash/acc-condbunnei
2018-11-14service/acc: Correct error case within TrySelectUserWithoutInteraction()Lioncash
2018-11-14profile_manager: Replace iterative loop with a ranged-for loop in ParseUserSa...Lioncash
2018-11-14profile_manager: Move UUID Format function definitions into the cpp fileLioncash
2018-11-14Merge pull request #1690 from lioncash/nfpbunnei
2018-11-14Merge pull request #1689 from lioncash/breakbunnei
2018-11-14Merge pull request #1688 from lioncash/unusedbunnei
2018-11-14nfp: Correct erroneous sizeof expression within GetTagInfo()Lioncash
2018-11-14service/audren_u: Forward RequestUpdateAuto through the same function as Requ...Lioncash
2018-11-14hid/npad: Add missing break in switch statement within Controller_NPad::OnUpd...Lioncash
2018-11-14service: Mark MakeFunctionString with the [[maybe_unused]] attribute.Lioncash
2018-11-13Merge pull request #1682 from lioncash/audiobunnei
2018-11-13Merge pull request #1608 from DarkLordZach/save-data-readerbunnei
2018-11-13hle/audren_u: Implement Get/SetRenderingTimeLimitLioncash
2018-11-12Merge pull request #1670 from DarkLordZach/deterministic-rngbunnei
2018-11-12Merge pull request #1665 from ogniK5377/GetClockSnapshotbunnei
2018-11-11csrng: Use std::mt19937 engine for random number generationZach Hilman
2018-11-10Merge pull request #1656 from ogniK5377/message-queueJames Rowe
2018-11-10Added maybe_unusedDavid Marcec
2018-11-10Added ToPosixTime & ToPosixTimeWithMyRuleDavid Marcec