| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-19 | Merge pull request #6052 from Morph1984/vi-getindirectlayerimagemap | bunnei | |
| IApplicationDisplayService: Stub GetIndirectLayerImageMap | |||
| 2021-03-18 | Merge pull request #6056 from zkitX/spl-updates | bunnei | |
| service: Refactor spl | |||
| 2021-03-17 | IApplicationDisplayService: Stub GetIndirectLayerImageMap | Morph | |
| Used by games invoking the inline software keyboard such as GNOSIA | |||
| 2021-03-16 | bsd: Avoid writing empty buffers | Morph | |
| Silences log spam on empty buffer writes | |||
| 2021-03-13 | Merge pull request #6054 from Morph1984/time-GetClockSnapshot | bunnei | |
| time: Assign the current time point to the ClockSnapshot | |||
| 2021-03-11 | Fix casing on DeallocateAesKeySlot | zkitx | |
| 2021-03-11 | Update SPL to fit N's service refactor (4.0.0+) which split into new services. | zkitx | |
| 2021-03-10 | time: Fix CalculateSpanBetween implementation | Morph | |
| CalculateSpanBetween passes in the ClockSnapshots through 2 input buffers and not as raw arguments. Fix this by reading the 2 input buffers instead of popping raw arguments. Partially fixes Super Smash Bros. Ultimate's Spirit Board | |||
| 2021-03-10 | time: Assign the current time point to the ClockSnapshot | Morph | |
| Fixes the timer in Super Smash Bros Ultimate's Spirit Board. | |||
| 2021-02-28 | Merge pull request #6007 from bunnei/ldn-error | bunnei | |
| core: hle: ldn: Error out on call to Initialization. | |||
| 2021-02-27 | Merge pull request #5276 from german77/gestures | Morph | |
| HID: Implement gestures | |||
| 2021-02-27 | Implements touch, pan, pinch and rotation gestures | german | |
| 2021-02-27 | core: hle: ldn: Error out on call to Initialization. | bunnei | |
| - Since we do not emulate LDN, returning an error here makes more sense. | |||
| 2021-02-27 | Merge pull request #5953 from bunnei/memory-refactor-1 | bunnei | |
| Kernel Rework: Memory updates and refactoring (Part 1) | |||
| 2021-02-26 | Merge pull request #5944 from Morph1984/gc-vibrations | bunnei | |
| hid: Implement GameCube Controller Vibrations | |||
| 2021-02-21 | hid: Implement GameCube Controller Vibrations | Morph | |
| Implements both SendVibrationGcErmCommand and GetActualVibrationGcErmCommand, and modifies GetVibrationDeviceInfo to account for additional controllers. | |||
| 2021-02-21 | acc: Stub GetNintendoAccountUserResourceCacheForApplication | Morph | |
| This command returns a Nintendo Account ID and writes 2 output buffers. The first output buffer is a NasUserBaseForApplication and the second output buffer is currently empty. Used by: - Pokken Tournament DX - Super Smash Bros. Ultimate - Super Nintendo Entertainment System - Nintendo Switch Online - Mario Kart 8 Deluxe | |||
| 2021-02-20 | kernel: Fix resource release exception on exit | ameerj | |
| After rewriting the resource limit, objects releasing reserved resources require a live kernel instance. This commit fixes exceptions that occur due to the kernel being destroyed before some objects released their resources, allowing for a graceful exit. | |||
| 2021-02-18 | hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable. | bunnei | |
| 2021-02-18 | hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others. | bunnei | |
| 2021-02-18 | hle: kernel: KSystemControl does not belong in Memory namespace. | bunnei | |
| 2021-02-18 | hle: kernel: Rename SharedMemory to KSharedMemory. | bunnei | |
| 2021-02-18 | Merge pull request #4973 from ameerj/nvdec-opt | bunnei | |
| nvdec: Reuse allocated buffers and general cleanup | |||
| 2021-02-15 | Merge pull request #4940 from german77/nativeGC | bunnei | |
| HID: Implement GC controller in game | |||
| 2021-02-13 | hle: service: ldn: IUserLocalCommunicationService: Improve the stub. | bunnei | |
| 2021-02-13 | hle: service: ldn: IUserLocalCommunicationService: Indicate that LDN is ↵ | bunnei | |
| disabled. - Fixes crash on Pokemon Sword/Shield when pressing 'Y'. | |||
| 2021-02-13 | hle: service: am: IStorageAccessor: Fix out of bounds error handling. | bunnei | |
| 2021-02-13 | Address PR feedback | ameerj | |
| Co-Authored-By: LC <712067+lioncash@users.noreply.github.com> | |||
| 2021-02-13 | nvdec cleanup | ameerj | |
| 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 | hid: Implement GC controller | german | |
| 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 | |
