| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-27 | service: hid: Implement LoadSixAxisSensorCalibrationParameter and ↵ | german77 | |
| GetSixAxisSensorIcInformation Needed by Nintendo Switch Sports | |||
| 2022-05-27 | service: hid: Implement EnableSixAxisSensorUnalteredPassthrough and ↵ | german77 | |
| IsSixAxisSensorUnalteredPassthroughEnabled Needed by Nintendo Switch Sports | |||
| 2022-05-27 | service: hid: Add error handling to sixaxis functions | german77 | |
| 2022-05-27 | service: hid: Refractor sixaxis functions | german77 | |
| 2022-05-27 | service: hid: Implement MergeSingleJoyAsDualJoy according to RE | german77 | |
| 2022-05-27 | service: hid: Add error handling to setNpadAssignment and variants | german77 | |
| 2022-05-27 | service: hid: Quick RE fixes and comments | german77 | |
| 2022-05-23 | input_common: Make vibration request async | Narr the Reg | |
| 2022-05-23 | input_common: touch: Rewrite touch driver to support multiple touch points | german77 | |
| 2022-05-14 | general: Avoid ambiguous format_to compilation errors | Lioncash | |
| Ensures that we're using the fmt version of format_to. These are also the only three outliers. All of the other formatters we have are properly qualified. | |||
| 2022-05-13 | time_zone_manager: Use s8 for month length tables | Morph | |
| Using this smaller type saves 512 bytes in the compiled executable. | |||
| 2022-05-09 | service: notifa: Implement most part of this service | german77 | |
| Implements partially RegisterAlarmSetting, UpdateAlarmSetting, LoadApplicationParameter, DeleteAlarmSetting. Needed for Fitness `Boxing 2: Rhythm & Exercise` and `Ring Fit Adventure`. | |||
| 2022-05-06 | service: hid: Fix motion refresh rate | Narr the Reg | |
| 2022-05-06 | service: hid: Disable correctly motion input | german77 | |
| 2022-05-03 | hle/result: Update std::expected replacement message | Morph | |
| std::expected is included in C++23 | |||
| 2022-05-03 | hle/result: Add ResultRange overload in ResultVal | Morph | |
| Also marks the implicit conversion operator as constexpr instead of consteval as the constructor is not constant evaluated. | |||
| 2022-05-03 | Merge pull request #8272 from german77/stick_range | bunnei | |
| yuzu: config: Improve analog stick mapping | |||
| 2022-05-02 | hle/result: Implement ResultRange | Morph | |
| A ResultRange defines an inclusive range of error descriptions within an error module. This can be used to check whether the description of a given ResultCode falls within the range. The conversion function returns a ResultCode with its description set to description_start. | |||
| 2022-04-29 | Merge pull request #8274 from german77/firmware | Morph | |
| service: hid: Stub IsFirmwareUpdateNeededForNotification | |||
| 2022-04-28 | chore: add missing SPDX tags | Andrea Pappacoda | |
| Follow-up to 99ceb03a1cfcf35968cab589ea188a8c406cda52 | |||
| 2022-04-27 | Merge pull request #8229 from german77/reinterpret2 | bunnei | |
| service: hid: Access shared memory directly | |||
| 2022-04-27 | service: hid: Stub IsFirmwareUpdateNeededForNotification | german77 | |
| Used in Fitness Boxing 2: Rhythm & Exercise (0100073011382000) | |||
| 2022-04-26 | yuzu: Config allow to delete single axis directions when buttons are mapped ↵ | Narr the Reg | |
| to a stick | |||
| 2022-04-24 | Merge pull request #8261 from liamwhite/jit-cleanup | Mai M | |
| service: jit: document and clean up | |||
| 2022-04-24 | service: jit: document and clean up | Liam | |
| 2022-04-24 | Merge pull request #8260 from Morph1984/c4146 | Mai M | |
| kernel: svc: Replace -1ULL with 0xFFFFFFFFFFFFFFFF | |||
| 2022-04-24 | kernel: svc: Replace -1ULL with 0xFFFFFFFFFFFFFFFF | Morph | |
| Resolves the C4146 compiler warning on MSVC. | |||
| 2022-04-24 | Remove unused PrepareReschedule function | Merry | |
| 2022-04-23 | service: hid: Ensure all structs are initialized | Narr the Reg | |
| 2022-04-23 | service: hid: Access shared memory directly | Narr the Reg | |
| 2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | |
| This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | |||
| 2022-04-22 | Merge pull request #7976 from BytesGalore/master | bunnei | |
| loader: log the type of mismatching file-extension | |||
| 2022-04-21 | Merge pull request #8222 from german77/sixaxis_test | bunnei | |
| service: hid: Improve accuracy of sixaxis functions | |||
| 2022-04-20 | core/arm: separate backtrace collection | Liam | |
| 2022-04-18 | service: hid: Improve accuracy of sixaxis functions | Narr the Reg | |
| 2022-04-16 | Merge pull request #6558 from german77/ringcon2 | Fernando S | |
| hidbus: Implement hidbus and ringcon | |||
| 2022-04-16 | Merge pull request #8188 from merryhime/jit-race-page-table-changed | bunnei | |
| dynarmic: Fix race when switching page tables | |||
| 2022-04-16 | yuzu: Add custom ringcon configuration | german77 | |
| 2022-04-16 | hidbus: Implement hidbus and ringcon | german77 | |
| 2022-04-16 | Merge pull request #8172 from bunnei/kernel-mutex | Fernando S | |
| hle: kernel: Use std::mutex instead of spin locks for most kernel locking. | |||
| 2022-04-13 | Merge pull request #8202 from merryhime/fix-single-core | Fernando S | |
| dynarmic: Fix single core mode | |||
| 2022-04-13 | dynarmic: Fix single core mode | merry | |
| Regression introduced in a5d040df3d. Closes #8201. | |||
| 2022-04-13 | service: jit: Implement the JIT service | Liam | |
| 2022-04-12 | Merge pull request #8165 from bunnei/ensure-session-port-cleanup | bunnei | |
| Kernel: Track open references to KServerPort and KServerSession. | |||
| 2022-04-12 | Merge pull request #8178 from tech-ticks/skyline-icache-fix | bunnei | |
| hle: kernel: Invalidate entire icache in UnmapProcessMemory and UnmapCodeMemory (fixes #8174) | |||
| 2022-04-11 | core: hle: kernel: k_thread: Rework dummy thread waiting. | bunnei | |
| 2022-04-11 | core: hle: service: Allocate a service thread. | bunnei | |
| 2022-04-11 | hle: kernel: k_spin_lock: Remove unused ThreadPause. | bunnei | |
| 2022-04-11 | hle: kernel: Use std::mutex instead of spin locks for most kernel locking. | bunnei | |
| 2022-04-11 | Merge pull request #8157 from lat9nq/kernel-races | bunnei | |
| kernel: Fix some data races | |||
