Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-05 | hle: kernel: Rename ReadableEvent to KReadableEvent. | bunnei | |
2021-02-05 | Merge pull request #5867 from ↵ | bunnei | |
Morph1984/am-GetHealthWarningDisappearedSystemEvent IApplicationFunctions: Implement GetHealthWarningDisappearedSystemEvent | |||
2021-02-04 | Merge pull request #5876 from lioncash/truncation | bunnei | |
k_affinity_mask: Avoid implicit truncation to bool | |||
2021-02-04 | k_affinity_mask: Avoid implicit truncation to bool | Lioncash | |
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-04 | k_priority_queue: Unfold several declval usages | Lioncash | |
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-04 | k_priority_queue: Simplify affinity mask type alias | Lioncash | |
We can make use of the _t variants of the templates to cut down on a little bit of verbosity. | |||
2021-02-04 | k_priority_queue: Resolved reserved identifier | Lioncash | |
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-04 | key_manager: Create the keys directory if it does not exist | Morph | |
2021-02-03 | Add footer types and address comments | german | |
2021-02-03 | Fix npad struct to match switchbrew | german | |
2021-02-03 | Adds missing controller types and properties | german | |
2021-02-03 | Merge pull request #5848 from ogniK5377/k-resourcelimit | bunnei | |
kernel: Rewrite resource limit to be more accurate | |||
2021-02-03 | Simplify limitableresource names | Chloe Marcec | |
2021-02-02 | Merge pull request #5842 from german77/userfix | bunnei | |
acc: Fix error when second user is selected | |||
2021-02-02 | Prevent over scheduling audio events and terminate properly the motion ↵ | german | |
update event | |||
2021-02-02 | IApplicationFunctions: Implement GetHealthWarningDisappearedSystemEvent | Morph | |
2021-02-02 | settings: Log the cache, config, and mod load directories | Morph | |
2021-02-01 | Merge pull request #5861 from german77/HandheldFix | bunnei | |
hid: Only update motion for npad and prevent over scheduling events | |||
2021-02-02 | Compile error | Chloe Marcec | |
2021-02-02 | Address issues | Chloe Marcec | |
2021-02-01 | arm_dynarmic_32: Print out CPSR.T on exception | MerryMage | |
2021-01-31 | Merge pull request #5859 from Morph1984/nifm | bunnei | |
nifm: Stub GetCurrentNetworkProfile and GetCurrentIpConfigInfo | |||
2021-01-31 | Merge pull request #5856 from Morph1984/nifm-fix-getappletinfo-stub | Ameer J | |
nifm: Fix GetAppletInfo stub | |||
2021-01-31 | Merge pull request #5858 from Morph1984/IsGamePlayRecordingSupported-stub | bunnei | |
am/IApplicationFunctions: Stub IsGamePlayRecordingSupported | |||
2021-01-31 | Only update motion for npad and prevent over scheduling events | german | |
2021-01-31 | nifm: Stub GetCurrentIpConfigInfo | Morph | |
- Used by Lets Sing 12 | |||
2021-01-31 | prepo: Stub GetTransmissionStatus | Morph | |
2021-01-31 | prepo: Stub RequestImmediateTransmission | Morph | |
- Used by Animal Crossing: New Horizons | |||
2021-01-31 | nifm: Stub GetCurrentNetworkProfile | Morph | |
- Used by Minecraft Bedrock Edition - Used by Bloons TD 5 | |||
2021-01-31 | nifm: Add several structs | Morph | |
2021-01-31 | am/IApplicationFunctions: Stub IsGamePlayRecordingSupported | Morph | |
Used by RetroArch | |||
2021-01-31 | bsd: Fix EventFd stub | Morph | |
2021-01-30 | Merge pull request #5855 from Morph1984/bsd-fix-getsockopt-stub | bunnei | |
bsd: Fix GetSockOpt stub | |||
2021-01-31 | nifm: Fix GetAppletInfo stub | Morph | |
2021-01-31 | Merge pull request #5851 from ameerj/pop-inv-stub | Morph | |
am: Stub TryPopFromFriendInvitationStorageChannel | |||
2021-01-31 | bsd: Fix GetSockOpt stub | Morph | |
2021-01-30 | bsd: Stub EventFd | ameerj | |
Used by Family Feud | |||
2021-01-30 | am: Stub TryPopFromFriendInvitationStorageChannel | ameerj | |
Used by Family Feud | |||
2021-01-30 | fix compile error | Chloe Marcec | |
2021-01-30 | cleanup commenting | Chloe Marcec | |
2021-01-30 | Drop m_ from lock | Chloe Marcec | |
2021-01-30 | Move to GetGlobalTimeNs, fix GetTotalPhysicalMemoryAvailable | Chloe Marcec | |
2021-01-30 | kernel: Rewrite resource limit to be more accurate | Chloe Marcec | |
Matches closer to hardware | |||
2021-01-29 | Merge pull request #5779 from bunnei/kthread-rewrite | bunnei | |
Rewrite KThread to be more accurate | |||
2021-01-30 | Merge pull request #5838 from german77/prepostub | Morph | |
prepo: Stub GetSystemSessionId | |||
2021-01-29 | Stub GetSystemSessionId | german | |
2021-01-28 | Merge pull request #5809 from ogniK5377/FlushAudioOutBuffers | bunnei | |
audout: FlushAudioOutBuffers | |||
2021-01-28 | hle: kernel: KLightLock: Fix several bugs. | bunnei | |
2021-01-28 | arm: dynarmic: Reintroduce JIT checks on SaveContext/LoadContext. | bunnei | |
2021-01-28 | hle: kernel: KThread: Release thread resource on thread exit. | bunnei | |