aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2018-11-13kernel/process: Migrate heap-related memory management out of the process cla...Lioncash
2018-11-13svc: Use proper random entropy generation algorithmZach Hilman
2018-11-12Merge pull request #1670 from DarkLordZach/deterministic-rngbunnei
2018-11-12Merge pull request #1665 from ogniK5377/GetClockSnapshotbunnei
2018-11-12svc: Return random seed for svcGetInfo RandomEntropyZach Hilman
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
2018-11-10Added consts and staticDavid Marcec
2018-11-10Implement GetClockSnapshotDavid Marcec
2018-11-07Merge pull request #1658 from ogniK5377/holdtype-stylebunnei
2018-11-07svcBreak now dumps information from the debug buffer passed (#1646)David
2018-11-08Updated npad styles on holdtype switchesDavid Marcec
2018-11-07FixupsDavid Marcec
2018-11-07Ability to switch between docked and undocked mode in-gameDavid Marcec
2018-11-07fixed spelling errorDavid Marcec
2018-11-07Added missing logDavid Marcec
2018-11-07Implement acc:TrySelectUserWithoutInteractionDavid Marcec
2018-11-06Implement SetMemoryPermissionFrederic Laing
2018-11-05Merge pull request #1633 from ogniK5377/reload-inputbunnei
2018-11-04Fix typo in BufferTransformFlagsFrederic Laing
2018-11-03sm: Implement RegisterService and UnregisterServiceZach Hilman
2018-11-03Stubbed SetMemoryPermissionFrederic Laing
2018-11-02Fixed incorrect hwopus assertDavid Marcec
2018-11-02Fixed HID crash when launching more than 1 game & signaled syleset change eventDavid Marcec
2018-11-01filesystem: Cache RegisteredCacheUnion instead of constructing on demandZach Hilman
2018-11-01Merge pull request #1615 from lioncash/inputbunnei
2018-10-31configure_system: Contrain profile usernames to 32 charactersLioncash
2018-10-30service/usb: Update IPdSession's function tableLioncash
2018-10-30general: Remove unused boost inclusions where applicableLioncash
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
2018-10-29Merge pull request #1621 from lioncash/ipcbunnei
2018-10-29hle_ipc: Add member function for querying the existence of a domain headerLioncash
2018-10-29hle_ipc: Make GetDomainMessageHeader return a regular pointerLioncash
2018-10-29ns: Implement command 400: GetApplicationControlDataZach Hilman
2018-10-29bis_factory: Add getter for mod dump root for a title IDZach Hilman
2018-10-29fsp_srv: Implement ISaveDataInfoReaderZach Hilman
2018-10-29fsp_srv: Implement command 61: OpenSaveDataInfoReaderBySaveDataSpaceIdZach Hilman
2018-10-29savedata_factory: Expose accessors for SaveDataSpaceZach Hilman
2018-10-28core: Make System references const where applicableLioncash
2018-10-28Merge pull request #1593 from lioncash/svcbunnei
2018-10-27service/filesystem: Add DirectoryDelete & DirectoryDeleteRecursivelyDeeJayBro
2018-10-26svc: Localize the GetInfo enum class to the function itselfLioncash
2018-10-26svc: Implement svcGetInfo command 0xF0000002Lioncash
2018-10-25Merge pull request #1569 from lioncash/amiibobunnei
2018-10-25ldr: Partially implement LoadNro.bunnei
2018-10-25process: LoadModule should clear JIT instruction cache.bunnei
2018-10-25Kernel/Memory: Added a function to first a suitable guest address at which to...bunnei
2018-10-25Merge pull request #1579 from lioncash/usbbunnei