| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-02 | nfp: Multiple fixes against HW | german77 | |
| 2022-10-02 | service: nfp: address comments | german77 | |
| 2022-10-02 | service: nfp: Rewrite and implement applet calls | german77 | |
| 2022-10-02 | Merge pull request #8992 from Morph1984/vi-vsync-event | bunnei | |
| service: vi: Retrieve vsync event once per display | |||
| 2022-10-01 | Merge pull request #8876 from FearlessTobi/multiplayer-part3 | bunnei | |
| ldn: Implement "local wireless" networked multiplayer | |||
| 2022-09-29 | Merge pull request #8934 from german77/palma_release | bunnei | |
| service: hid: Partially implement palma controller | |||
| 2022-09-28 | Merge pull request #8940 from german77/silence | bunnei | |
| yuzu: Silence some clang warnings | |||
| 2022-09-25 | service: vi: Retrieve vsync event once per display | Morph | |
| The display vsync event can only be retrieved once per display. Returns VI::ResultPermissionDenied if we attempt to retrieve the vsync event for the same display. Prevents games such as .hack//G.U. Last Recode from consuming all the handles in the handle table by spamming vsync event retrievals and allows it to go in game. | |||
| 2022-09-25 | service: vi: Move VI results into its own file | Morph | |
| 2022-09-25 | service: hid: Partially implement palma controller | Narr the Reg | |
| 2022-09-23 | chore: fix some typos | Andrea Pappacoda | |
| Fix some typos reported by Lintian | |||
| 2022-09-21 | yuzu: Silence some clang warnings | Narr the Reg | |
| 2022-09-20 | Address some review comments | FearlessTobi | |
| 2022-09-17 | Merge pull request #8915 from vonchenplus/opus_multi_stream | bunnei | |
| core: implement HwOpus GetWorkBufferSizeForMultiStreamEx | |||
| 2022-09-17 | Merge pull request #8827 from german77/amiibo_release | bunnei | |
| core: nfp: Implement amiibo encryption | |||
| 2022-09-17 | Merge pull request #8650 from Kelebek1/vsync | bunnei | |
| [Coretiming/NVNFlinger] Improve multi-core vsync timing, and core timing accuracy | |||
| 2022-09-17 | core: implement HwOpus GetWorkBufferSizeForMultiStreamEx | FengChen | |
| 2022-09-15 | audio_device: Mark member functions as const where applicable | Lioncash | |
| These member functions don't modify any internal state. | |||
| 2022-09-15 | audio_device: Make AudioDeviceName constructor constexpr | Lioncash | |
| These are used as read-only arrays, so we can make the data read-only and available at compile-time. Now constructing an AudioDevice no longer needs to initialize some tables | |||
| 2022-09-10 | Merge pull request #8842 from Kelebek1/AudOut | bunnei | |
| [audio_core] Rework audio output | |||
| 2022-09-10 | yuzu: Multiple room UI improvements | german77 | |
| 2022-09-09 | ldn: Initial implementation | FearlessTobi | |
| 2022-09-07 | core: nfp: Remove magic numbers | german77 | |
| 2022-09-07 | core: nfp: Workaround for lack of multiple nfp interfaces | german77 | |
| 2022-09-07 | core: nfp: Correct date and amiibo name | Narr the Reg | |
| 2022-09-07 | core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixes | Narr the Reg | |
| 2022-09-07 | core: nfp: Implement amiibo encryption | german77 | |
| 2022-09-04 | Don't stall with nvdec | Kelebek1 | |
| 2022-09-03 | Merge pull request #8855 from german77/pls | liamwhite | |
| core: ns: Implement pl:s service | |||
| 2022-09-03 | core: ns: Implement pl:s service | Narr the Reg | |
| 2022-09-02 | Merge pull request #8822 from FearlessTobi/multiplayer-fixes | bunnei | |
| network: Fixes and improvements to the room feature | |||
| 2022-09-02 | Rework audio output, connecting AudioOut into coretiming to fix desync ↵ | Kelebek1 | |
| during heavy loads. | |||
| 2022-09-02 | Address review comments | FearlessTobi | |
| 2022-09-01 | Demote services from warning/info to debug to reduce log spam: | Kelebek1 | |
| GetCurrentFocusState SetClockSpeed EnableSixAxisSensorUnalteredPassthrough IsSixAxisSensorUnalteredPassthroughEnabled Get, GetOld SetAndWait, SetAndWaitOld IocParam IocFree | |||
| 2022-08-27 | core/ldn_types: Minor corrections and additions | FearlessTobi | |
| 2022-08-27 | core/bsd: Correctly unbind methods in destructor | FearlessTobi | |
| Prevents yuzu from crashing when the BSD service is created a second time. | |||
| 2022-08-27 | core/acc: Make CheckAvailability use LOG_DEBUG | FearlessTobi | |
| Previously it was spamming the logs in certain multiplayer games like Puyo Puyo Tetris. | |||
| 2022-08-24 | Merge pull request #8812 from Kelebek1/auto | bunnei | |
| [Audio] Implement AudRenU:RequestUpdateAuto | |||
| 2022-08-24 | Implement AudRenU:RequestUpdateAuto, and use C descriptors when B reports as ↵ | Kelebek1 | |
| empty. | |||
| 2022-08-23 | Merge pull request #8804 from vonchenplus/speed_up_idirectory_services | bunnei | |
| core:filesystem: speed up IDirectory service | |||
| 2022-08-23 | core:filesystem: speed up IDirectory service | vonchenplus | |
| 2022-08-21 | hid: core: Add missing function table names | german77 | |
| 2022-08-20 | core: implement clkrst service | vonchenplus | |
| 2022-08-15 | core, yuzu: Address first part of review comments | FearlessTobi | |
| 2022-08-15 | core, network: Add ability to proxy socket packets | FearlessTobi | |
| 2022-08-12 | Merge pull request #8731 from FearlessTobi/better-ldn | liamwhite | |
| ldn: Add better stubs and more data types | |||
| 2022-08-11 | core: ldn: Address review comments part 2 | german77 | |
| 2022-08-09 | Merge pull request #8724 from german77/no_alpha | bunnei | |
| hid: core: Properly emulate controller color and battery level | |||
| 2022-08-08 | hid: core: Properly emulate controller color and battery level | Narr the Reg | |
| 2022-08-08 | core: ldn: Address review comments | Narr the Reg | |
