| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-02 | general: Move deleted copy/move constructor/assignment operators to public ↵ | Lioncash | |
| interface This allows for better compiler errors, where the compiler will state a copy or move couldn't occur due to the relevant function being deleted. Previously a compiler would warn about the relevant function not being accessible (which, while true, isn't as informative as it could be). | |||
| 2022-01-21 | Merge pull request #7752 from Morph1984/SetCpuOverclockEnabled | bunnei | |
| service: apm: Stub ISession SetCpuOverclockEnabled | |||
| 2022-01-21 | service/wlan: Update function tables | Lioncash | |
| 2022-01-21 | service/usb: Update function tables | Lioncash | |
| 2022-01-21 | service/set: Update function tables | Lioncash | |
| 2022-01-21 | service/ns: Update function tables | Lioncash | |
| 2022-01-21 | service/nim: Update unknown function table entries | Lioncash | |
| 2022-01-21 | service/friend: Update unknown function table entries | Lioncash | |
| 2022-01-21 | service/filsystem: Update fsp-srv function table | Lioncash | |
| 2022-01-21 | service/btm: Update function tables | Lioncash | |
| 2022-01-21 | service/audio: Update audctl unknown function names | Lioncash | |
| 2022-01-21 | service/am: Update omm function tables | Lioncash | |
| 2022-01-21 | service/acc: Update unknown function names | Lioncash | |
| Switchbrew has the function names now. | |||
| 2022-01-20 | service: apm: Stub ISession SetCpuOverclockEnabled | Morph | |
| Since we don't currently support CPU overclocking within the emulated system, this can be stubbed for now, like APM IsCpuOverclockEnabled. - Used by Gravity Rider Zero | |||
| 2022-01-19 | service/hid: Initialize applet_resource on SetNpadAnalogStickUseCenterClamp | german77 | |
| 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 | |||
