aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2018-11-15Merge pull request #1687 from lioncash/deduplicationbunnei
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-15process: Make MirrorMemory take state to map new memory asZach 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-14Merge pull request #1679 from DarkLordZach/deterministic-rng-2bunnei
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-14kernel/thread: Deduplicate scheduler switching codeLioncash
2018-11-13Merge pull request #1680 from lioncash/membunnei
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-13vm_manager: Unstub GetTotalHeapUsage()Lioncash
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-13GDBStub improvements:Hedges
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-11settings: Add config option to set RNG seedZach Hilman
2018-11-11csrng: Use std::mt19937 engine for random number generationZach Hilman
2018-11-11Merge pull request #1652 from FreddyFunk/static-castbunnei
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