Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-23 | service: hid: Migrate HidServer to new IPC | Narr the Reg | |
2024-02-23 | service: hid: Move and migrate AppletResource and ActiveVibrationDevice | Narr the Reg | |
2024-02-23 | Merge pull request #13141 from liamwhite/swap | liamwhite | |
fs: fix argument order | |||
2024-02-23 | Merge pull request #13137 from liamwhite/mac-ci | liamwhite | |
ci: fix mac build | |||
2024-02-23 | Merge pull request #13136 from liamwhite/fs-launch | liamwhite | |
fs: add ISaveDataTransferProhibiter, stub FindSaveDataWithFilter | |||
2024-02-23 | fs: fix argument order | Liam | |
2024-02-23 | ci: fix mac build | Liam | |
2024-02-23 | fs: add ISaveDataTransferProhibiter, stub FindSaveDataWithFilter | Liam | |
2024-02-23 | Merge pull request #13133 from liamwhite/libstdcxx-issue | liamwhite | |
vi: workaround conductor includes | |||
2024-02-23 | Merge pull request #13115 from liamwhite/olsc-pctl | liamwhite | |
olsc, pctl: move to new ipc | |||
2024-02-23 | Merge pull request #13100 from liamwhite/audio-ipc | liamwhite | |
audio: move to new ipc | |||
2024-02-23 | Merge pull request #13073 from FearlessTobi/fsp-srv-ipc | liamwhite | |
fsp: Migrate remaining interfaces to cmif serialization | |||
2024-02-23 | vi: workaround conductor includes | Liam | |
2024-02-23 | oboe_sink: handle temporary stream creation failure | Liam | |
2024-02-22 | Merge pull request #13121 from german77/clean-shortcut | liamwhite | |
yuzu: Fix shortcut error message | |||
2024-02-22 | Merge pull request #13117 from liamwhite/ovln | liamwhite | |
psc: stub overlay notification channel | |||
2024-02-22 | audio: fix released buffer bounds check | Liam | |
2024-02-22 | yuzu: Fix shortcut error message | Narr the Reg | |
2024-02-22 | Merge pull request #12982 from FearlessTobi/fs-rewrite-part0 | liamwhite | |
fs: Add FileSystemAccessor and use cmif serialization | |||
2024-02-22 | Merge pull request #13000 from liamwhite/skip-null-memory | Narr the Reg | |
device_memory_manager: skip unregistered interfaces on invalidate | |||
2024-02-22 | Merge pull request #13001 from liamwhite/scaled-availability | Narr the Reg | |
vulkan_device: don't use fixed cap for memory limits | |||
2024-02-22 | Merge pull request #13075 from liamwhite/mali-having-a-bad-time | Narr the Reg | |
shader_recompiler: throw on missing geometry streams in geometry shaders | |||
2024-02-21 | audio: add NotifyHeadphoneVolumeWarningDisplayedEvent | Liam | |
2024-02-21 | pctl: rewrite IParentalControlService | Liam | |
2024-02-21 | pctl: rewrite IParentalControlServiceFactory | Liam | |
2024-02-21 | pctl: move IParentalControlServiceFactory | Liam | |
2024-02-21 | pctl: move IParentalControlService | Liam | |
2024-02-21 | pctl: move types and results | Liam | |
2024-02-21 | psc: stub overlay notification channel | Liam | |
2024-02-21 | psc: rewrite IPmService | Liam | |
2024-02-21 | psc: move IPmControl, IPmModule, IPmService | Liam | |
2024-02-21 | olsc: rewrite IOlscServiceForSystemService | Liam | |
2024-02-21 | olsc: add IRemoteStorageController | Liam | |
2024-02-21 | olsc: add IDaemonController | Liam | |
2024-02-21 | olsc: rewrite ITransferTaskListController | Liam | |
2024-02-21 | olsc: rewrite INativeHandleHolder | Liam | |
2024-02-21 | olsc: rewrite IOlscServiceForApplication | Liam | |
2024-02-21 | olsc: move INativeHandleHolder, IOlscServiceForApplication, ↵ | Liam | |
IOlscServiceForSystemService, ITransferTaskListController | |||
2024-02-21 | Merge pull request #13105 from t895/connection-fix | liamwhite | |
android: Misc controller fixes | |||
2024-02-21 | fs: add missing mutex header for member (#13106) | liamwhite | |
2024-02-21 | android: Connect controllers with supported styles | t895 | |
If you tried to connect a controller that was previously configured with an unsupported style for your game, when you try to connect that controller, it will immediately disconnect. This ensures that the controller that is being connected will be changed to the first supported style index before being connected. | |||
2024-02-21 | android: Add additional check for hasMapping | t895 | |
Controls can have no mapping if they are either "[empty]" or and empty string. This was causing an issue if you reset mapping on all controllers and then tried to play a game. The check to determine whether auto mapping was required would fail and leave you will no mapped controllers. This feels a bit like user error but it smooths things out if you forget so I see it as necessary. | |||
2024-02-21 | android: Enable all controller styles on emulation shutdown | t895 | |
2024-02-21 | Merge pull request #13099 from t895/default-fix | Charles Lombardo | |
android: Fix extra stick setting default values | |||
2024-02-20 | audio: format | Liam | |
2024-02-20 | audio: rewrite IHardwareOpusDecoder | Liam | |
2024-02-20 | audio: rewrite IAudioDevice | Liam | |
2024-02-20 | audio: rewrite IHardwareOpusDecoderManager | Liam | |
2024-02-20 | audio: rewrite IAudioRenderer | Liam | |
2024-02-20 | audio: rewrite IAudioRendererManager | Liam | |