summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2021-02-05hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei
2021-02-05Merge pull request #5867 from ↵bunnei
Morph1984/am-GetHealthWarningDisappearedSystemEvent IApplicationFunctions: Implement GetHealthWarningDisappearedSystemEvent
2021-02-04Merge pull request #5876 from lioncash/truncationbunnei
k_affinity_mask: Avoid implicit truncation to bool
2021-02-04k_affinity_mask: Avoid implicit truncation to boolLioncash
This can cause compiler warnings. Instead, we can explicitly add a boolean expression around it to naturally turn the result into a bool.
2021-02-04k_priority_queue: Unfold several declval usagesLioncash
Given these are only used as function existence checks, we can simplify some usages of declval, given they aren't particularly useful here. Reduces a few template instantiations, which at most reduces compile times a tiny bit.
2021-02-04k_priority_queue: Simplify affinity mask type aliasLioncash
We can make use of the _t variants of the templates to cut down on a little bit of verbosity.
2021-02-04k_priority_queue: Resolved reserved identifierLioncash
An identifier containing a starting underscore followed by a capital letter is reserved by the standard. It's trivial to avoid this by moving the underscore to the end of the identifier. While the likelihood of clashing here being minimal, we can turn a "should not break" scenario into a definitive "will not break" one, so why not?.
2021-02-04key_manager: Create the keys directory if it does not existMorph
2021-02-03Add footer types and address commentsgerman
2021-02-03Fix npad struct to match switchbrewgerman
2021-02-03Adds missing controller types and propertiesgerman
2021-02-03Merge pull request #5848 from ogniK5377/k-resourcelimitbunnei
kernel: Rewrite resource limit to be more accurate
2021-02-03Simplify limitableresource namesChloe Marcec
2021-02-02Merge pull request #5842 from german77/userfixbunnei
acc: Fix error when second user is selected
2021-02-02Prevent over scheduling audio events and terminate properly the motion ↵german
update event
2021-02-02IApplicationFunctions: Implement GetHealthWarningDisappearedSystemEventMorph
2021-02-02settings: Log the cache, config, and mod load directoriesMorph
2021-02-01Merge pull request #5861 from german77/HandheldFixbunnei
hid: Only update motion for npad and prevent over scheduling events
2021-02-02Compile errorChloe Marcec
2021-02-02Address issuesChloe Marcec
2021-02-01arm_dynarmic_32: Print out CPSR.T on exceptionMerryMage
2021-01-31Merge pull request #5859 from Morph1984/nifmbunnei
nifm: Stub GetCurrentNetworkProfile and GetCurrentIpConfigInfo
2021-01-31Merge pull request #5856 from Morph1984/nifm-fix-getappletinfo-stubAmeer J
nifm: Fix GetAppletInfo stub
2021-01-31Merge pull request #5858 from Morph1984/IsGamePlayRecordingSupported-stubbunnei
am/IApplicationFunctions: Stub IsGamePlayRecordingSupported
2021-01-31Only update motion for npad and prevent over scheduling eventsgerman
2021-01-31nifm: Stub GetCurrentIpConfigInfoMorph
- Used by Lets Sing 12
2021-01-31prepo: Stub GetTransmissionStatusMorph
2021-01-31prepo: Stub RequestImmediateTransmissionMorph
- Used by Animal Crossing: New Horizons
2021-01-31nifm: Stub GetCurrentNetworkProfileMorph
- Used by Minecraft Bedrock Edition - Used by Bloons TD 5
2021-01-31nifm: Add several structsMorph
2021-01-31am/IApplicationFunctions: Stub IsGamePlayRecordingSupportedMorph
Used by RetroArch
2021-01-31bsd: Fix EventFd stubMorph
2021-01-30Merge pull request #5855 from Morph1984/bsd-fix-getsockopt-stubbunnei
bsd: Fix GetSockOpt stub
2021-01-31nifm: Fix GetAppletInfo stubMorph
2021-01-31Merge pull request #5851 from ameerj/pop-inv-stubMorph
am: Stub TryPopFromFriendInvitationStorageChannel
2021-01-31bsd: Fix GetSockOpt stubMorph
2021-01-30bsd: Stub EventFdameerj
Used by Family Feud
2021-01-30am: Stub TryPopFromFriendInvitationStorageChannelameerj
Used by Family Feud
2021-01-30fix compile errorChloe Marcec
2021-01-30cleanup commentingChloe Marcec
2021-01-30Drop m_ from lockChloe Marcec
2021-01-30Move to GetGlobalTimeNs, fix GetTotalPhysicalMemoryAvailableChloe Marcec
2021-01-30kernel: Rewrite resource limit to be more accurateChloe Marcec
Matches closer to hardware
2021-01-29Merge pull request #5779 from bunnei/kthread-rewritebunnei
Rewrite KThread to be more accurate
2021-01-30Merge pull request #5838 from german77/prepostubMorph
prepo: Stub GetSystemSessionId
2021-01-29Stub GetSystemSessionIdgerman
2021-01-28Merge pull request #5809 from ogniK5377/FlushAudioOutBuffersbunnei
audout: FlushAudioOutBuffers
2021-01-28hle: kernel: KLightLock: Fix several bugs.bunnei
2021-01-28arm: dynarmic: Reintroduce JIT checks on SaveContext/LoadContext.bunnei
2021-01-28hle: kernel: KThread: Release thread resource on thread exit.bunnei