Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-25 | core/loader: Return nullptr if file is nullptr | Merry | |
2022-09-25 | service: hid: Partially implement palma controller | Narr the Reg | |
2022-09-23 | Merge pull request #8945 from Tachi107/typos | Morph | |
chore: fix some typos | |||
2022-09-23 | chore: fix some typos | Andrea Pappacoda | |
Fix some typos reported by Lintian | |||
2022-09-22 | sockets: Make fd member variable protected | Lioncash | |
Other things shouldn't be able to directly mess around with the descriptor | |||
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-16 | Merge pull request #8869 from SachinVin/cmake | Morph | |
core/CMakeLists.txt: Remove duplicate files. | |||
2022-09-17 | core: implement HwOpus GetWorkBufferSizeForMultiStreamEx | FengChen | |
2022-09-16 | Merge pull request #8911 from lioncash/cexpr-string | Morph | |
audio_device: Make AudioDeviceName constructor constexpr | |||
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-13 | Remove pause callbacks from coretiming | Kelebek1 | |
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 | Merge pull request #8863 from german77/triggers | bunnei | |
core: hid: Fix GC triggers overwriting ZL and ZR buttons | |||
2022-09-09 | Merge pull request #8864 from german77/toggle_analog | bunnei | |
input_common: Add support for analog toggle | |||
2022-09-09 | ldn: Initial implementation | FearlessTobi | |
2022-09-08 | core/CMakeLists.txt: Remove duplicate files. | SachinVin | |
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-06 | input_common: Add support for analog toggle | Narr the Reg | |
2022-09-05 | core: hid: Fix GC triggers overwritting ZL and ZR buttons | Narr the Reg | |
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/socket_proxy: Correct broadcast behavior | FearlessTobi | |
Broadcasts should only be sent when the broadcast IP is used. They should also only be received when SO_BROADCAST is enabled. | |||
2022-08-27 | yuzu: Display current game version in multiplayer room | FearlessTobi | |
Makes it easier for users to recognize connection errors caused by different game versions. | |||
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-27 | yuzu_room: Remove dependency on core | FearlessTobi | |
2022-08-26 | Merge pull request #8566 from german77/galaxy | bunnei | |
core: hid: Add fallback for dualjoycon and pro controllers | |||
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-21 | Merge pull request #8799 from liamwhite/where-did-the-padding-go | liamwhite | |
core/file_sys: fix alignment of BuildId | |||
2022-08-21 | Merge pull request #8660 from Tachi107/findmodules-pkg-config | liamwhite | |
build: simplify find modules |