| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-14 | Merge pull request #7707 from german77/slow-update | bunnei | |
| service/hid: Decrease motion update rate | |||
| 2022-01-12 | service/hid: Decrease motion update rate | Narr the Reg | |
| Motion stops working in Mario Tennis in swing mode if the update rate is too fast even when HW it updates at the same speed. 10ms it's the minimum period that the game needs to start working again. | |||
| 2022-01-11 | hle: kernel: k_page_table: Update SetProcessMemoryPermission. | bunnei | |
| 2022-01-11 | hle: service: ldr: UnmapCodeMemory BSS only when set. | bunnei | |
| 2022-01-11 | hle: kernel: k_page_table: ReadAndWrite -> UserReadWrite. | bunnei | |
| 2022-01-11 | hle: kernel: k_page_table: Rename *ProcessCodeMemory -> *CodeMemory. | bunnei | |
| 2021-12-28 | Remove invalid assertion statement | Feng Chen | |
| 2021-12-28 | Implement few type in bufferqueue query method | Feng Chen | |
| 2021-12-21 | Merge pull request #7481 from german77/gyro-bias | bunnei | |
| service/hid: Improve console motion accuracy | |||
| 2021-12-20 | Merge pull request #7597 from bunnei/remove-global-lock | bunnei | |
| core: hle: Remove global HLE lock. | |||
| 2021-12-17 | core: hle: Remove global HLE lock. | bunnei | |
| - This was added early on as a hack to protect against some concurrency issues. - It's not clear that this serves any purpose anymore, and if it does, individual components should be fixed rather than using a global recursive mutex. | |||
| 2021-12-16 | core/hid: Cancel any vibration after the test | Narr the Reg | |
| 2021-12-12 | service/hid: Improve console motion accuracy | Narr the Reg | |
| 2021-12-07 | Merge pull request #7525 from german77/notifa | bunnei | |
| service/notif: Add notif:a and stub ListAlarmSettings, Initialize | |||
| 2021-12-07 | Merge pull request #7521 from german77/dual_single_joycons | bunnei | |
| service/hid: Implement SetNpadJoyAssignmentMode | |||
| 2021-12-07 | Merge pull request #7488 from vonchenplus/support_multiple_videos_playing | bunnei | |
| Support multiple videos playing | |||
| 2021-12-06 | Merge pull request #7524 from german77/hid_stub | bunnei | |
| service/hid: Stub SetNpadCaptureButtonAssignment and ClearNpadCaptureButtonAssignment | |||
| 2021-12-06 | service/notif: Add notif:a and stub ListAlarmSettings,Initialize | german77 | |
| Used by ring fit adventure 1.2.0 | |||
| 2021-12-05 | service/hid: Stub SetNpadCaptureButtonAssignment and ↵ | german77 | |
| ClearNpadCaptureButtonAssignment Used by ring fit adventure 1.2.0 | |||
| 2021-12-05 | service/hid: Implement SetNpadJoyAssignmentMode | german77 | |
| 2021-12-05 | general: Add missing copyright notices | ameerj | |
| 2021-12-04 | core/hid: Ensure only valid npad are connected | german77 | |
| 2021-12-05 | Address feedback | Feng Chen | |
| 2021-12-03 | Merge pull request #7489 from Morph1984/steady-clock | bunnei | |
| general: Replace high_resolution_clock with steady_clock | |||
| 2021-12-02 | service: am: ISelfController: Stub SaveCurrentScreenshot | Morph | |
| - Used by Disney Magical World 2: Enchanted Edition | |||
| 2021-12-02 | general: Replace high_resolution_clock with steady_clock | Morph | |
| On some OSes, high_resolution_clock is an alias to system_clock and is not monotonic in nature. Replace this with steady_clock. | |||
| 2021-12-02 | Support multiple videos playing | Feng Chen | |
| 2021-11-30 | service: friend: Implement GetCompletionEvent | Morph | |
| - Used by Super Bomberman R Online | |||
| 2021-11-29 | npad: Return NpadButton in GetAndResetPressState | Morph | |
| We were previously truncating this to a u32 as there were no known buttons that used the full 64 bits of this type. Fix this now that we know they are used. | |||
| 2021-11-29 | general: Fix handheld typo | Morph | |
| 2021-11-28 | Merge pull request #7438 from german77/homebrew2 | bunnei | |
| Core: Stub services and functions needed for checkpoint | |||
| 2021-11-27 | core/ns: Implement GetReadOnlyApplicationControlDataInterface | Narr the Reg | |
| Used in checkpoint homebrew | |||
| 2021-11-27 | core/pdm: Stub QueryPlayStatisticsByApplicationIdAndUserAccountId | Narr the Reg | |
| Used in checkpoint homebrew | |||
| 2021-11-27 | settings: Add debug setting to enable all controllers | german77 | |
| 2021-11-27 | core/hid: Stub GetUniquePadsFromNpad | Narr the Reg | |
| Used in checkpoint homebrew | |||
| 2021-11-24 | service/hid: Finish converting LIFO objects and address some nits | Narr the Reg | |
| 2021-11-24 | kraken: Address comments from review | german77 | |
| Fix compiler bug | |||
| 2021-11-24 | core/hid: Improve accuary of mouse implementation | german77 | |
| 2021-11-24 | core/hid: Fully implement native mouse | german77 | |
| 2021-11-24 | core/hid: Improve accuracy of the keyboard implementation | german77 | |
| 2021-11-24 | core/hid: Fix keyboard alignment | german77 | |
| 2021-11-24 | core/hid: Remove usage of native types, fix a couple of errors with motion | german77 | |
| 2021-11-24 | service/hid: Remove includes of core.h and settings.h | german77 | |
| 2021-11-24 | service/hid: Add support for new controllers | german77 | |
| 2021-11-24 | core/hid: Rename NpadType to NpadStyleIndex | german77 | |
| 2021-11-24 | second commit lion review | german77 | |
| 2021-11-24 | kraken: Address comments from review | german77 | |
| start lion review | |||
| 2021-11-24 | core/hid: Update structs to 13.1.0 | german77 | |
| 2021-11-24 | core/hid: Rework battery mappings | german77 | |
| 2021-11-24 | service/hid: Fix memory allocated incorrectly | german77 | |
