| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-12 | kernel: Unify result codes (#5890) | Chloe | |
| * kernel: Unify result codes Drop the usage of ERR_NAME convention in kernel for ResultName. Removed seperation between svc_results.h & errors.h as we mainly include both most of the time anyways. * oops * rename errors to svc_results | |||
| 2021-02-11 | Merge pull request #5902 from lioncash/core-warn | bunnei | |
| core: Silence various warnings on Clang 12 | |||
| 2021-02-10 | software_keyboard: Implement Finalize request command | Morph | |
| 2021-02-09 | bsd: Remove usage of optional emplace() with no arguments | Lioncash | |
| Clang 12 currently falls over in the face of this. | |||
| 2021-02-09 | am/controller: Remove [[fallthrough]] from unreachable path | Lioncash | |
| Prevents warnings on clang 12. This path is reachable on other variations of the build that disable the unreachable macro. | |||
| 2021-02-09 | nfp: Correct uninitialized size being used within GetTagInfo() | Lioncash | |
| We were previously the name of the object being initialized within its own initializer, which results in uninitialized data being read. | |||
| 2021-02-08 | Merge pull request #5892 from german77/backup | bunnei | |
| olsc: Stub GetSaveDataBackupSetting | |||
| 2021-02-08 | Merge pull request #5868 from german77/HandheldFix | bunnei | |
| Prevent over scheduling audio events and add motion update unschedule event | |||
| 2021-02-07 | olsc: Stub GetSaveDataBackupSetting | german | |
| 2021-02-07 | Merge pull request #5887 from ogniK5377/lm-fix | bunnei | |
| lm: Fix ReadLeb128 | |||
| 2021-02-07 | Merge pull request #5878 from aleasto/master | Morph | |
| pl_u: Fix read out of bounds | |||
| 2021-02-07 | lm: Fix ReadLeb128 | Chloe Marcec | |
| Fixes assertion on Bloodstained Ritual of the Night. We would over read sometimes, this is fixed by checking if the top bit is set in the first iteration. We also lock the loop off to be only the max size of the type we can fit. Finally we changed an incorrect print of "DEBUG" to "TRACE" to reflect the proper log severity | |||
| 2021-02-06 | pl_u: Fix read out of bounds | Alessandro Astone | |
| 2021-02-06 | Merge pull request #5326 from german77/hidUpdate1 | bunnei | |
| HID: Update the HID service to match more closely to switchbrew part 1 | |||
| 2021-02-05 | hle: kernel: Reimplement KReadableEvent and KWritableEvent. | bunnei | |
| 2021-02-05 | hle: kernel: Rename WritableEvent to KWritableEvent. | bunnei | |
| 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-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-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-01 | Merge pull request #5861 from german77/HandheldFix | bunnei | |
| hid: Only update motion for npad and prevent over scheduling events | |||
| 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-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 | core: hle: kernel: Rename Thread to KThread. | bunnei | |
| 2021-01-28 | Fix user changing to 0 if valid | german | |
| 2021-01-28 | Merge pull request #5837 from german77/socketstub | bunnei | |
| sockets: Stub GetSockOpt | |||
| 2021-01-28 | Merge pull request #5840 from Morph1984/prepo-fix | LC | |
| prepo: Fix BufferDescriptorX invalid buffer index errors and add New variants of SaveReport | |||
