aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2024-02-23service: hid: Migrate HidServer to new IPCNarr the Reg
2024-02-23service: hid: Move and migrate AppletResource and ActiveVibrationDeviceNarr the Reg
2024-02-23Merge pull request #13141 from liamwhite/swapliamwhite
fs: fix argument order
2024-02-23Merge pull request #13137 from liamwhite/mac-ciliamwhite
ci: fix mac build
2024-02-23Merge pull request #13136 from liamwhite/fs-launchliamwhite
fs: add ISaveDataTransferProhibiter, stub FindSaveDataWithFilter
2024-02-23fs: fix argument orderLiam
2024-02-23ci: fix mac buildLiam
2024-02-23fs: add ISaveDataTransferProhibiter, stub FindSaveDataWithFilterLiam
2024-02-23Merge pull request #13133 from liamwhite/libstdcxx-issueliamwhite
vi: workaround conductor includes
2024-02-23Merge pull request #13115 from liamwhite/olsc-pctlliamwhite
olsc, pctl: move to new ipc
2024-02-23Merge pull request #13100 from liamwhite/audio-ipcliamwhite
audio: move to new ipc
2024-02-23Merge pull request #13073 from FearlessTobi/fsp-srv-ipcliamwhite
fsp: Migrate remaining interfaces to cmif serialization
2024-02-23vi: workaround conductor includesLiam
2024-02-23oboe_sink: handle temporary stream creation failureLiam
2024-02-22Merge pull request #13121 from german77/clean-shortcutliamwhite
yuzu: Fix shortcut error message
2024-02-22Merge pull request #13117 from liamwhite/ovlnliamwhite
psc: stub overlay notification channel
2024-02-22audio: fix released buffer bounds checkLiam
2024-02-22yuzu: Fix shortcut error messageNarr the Reg
2024-02-22Merge pull request #12982 from FearlessTobi/fs-rewrite-part0liamwhite
fs: Add FileSystemAccessor and use cmif serialization
2024-02-22Merge pull request #13000 from liamwhite/skip-null-memoryNarr the Reg
device_memory_manager: skip unregistered interfaces on invalidate
2024-02-22Merge pull request #13001 from liamwhite/scaled-availabilityNarr the Reg
vulkan_device: don't use fixed cap for memory limits
2024-02-22Merge pull request #13075 from liamwhite/mali-having-a-bad-timeNarr the Reg
shader_recompiler: throw on missing geometry streams in geometry shaders
2024-02-21audio: add NotifyHeadphoneVolumeWarningDisplayedEventLiam
2024-02-21pctl: rewrite IParentalControlServiceLiam
2024-02-21pctl: rewrite IParentalControlServiceFactoryLiam
2024-02-21pctl: move IParentalControlServiceFactoryLiam
2024-02-21pctl: move IParentalControlServiceLiam
2024-02-21pctl: move types and resultsLiam
2024-02-21psc: stub overlay notification channelLiam
2024-02-21psc: rewrite IPmServiceLiam
2024-02-21psc: move IPmControl, IPmModule, IPmServiceLiam
2024-02-21olsc: rewrite IOlscServiceForSystemServiceLiam
2024-02-21olsc: add IRemoteStorageControllerLiam
2024-02-21olsc: add IDaemonControllerLiam
2024-02-21olsc: rewrite ITransferTaskListControllerLiam
2024-02-21olsc: rewrite INativeHandleHolderLiam
2024-02-21olsc: rewrite IOlscServiceForApplicationLiam
2024-02-21olsc: move INativeHandleHolder, IOlscServiceForApplication, ↵Liam
IOlscServiceForSystemService, ITransferTaskListController
2024-02-21Merge pull request #13105 from t895/connection-fixliamwhite
android: Misc controller fixes
2024-02-21fs: add missing mutex header for member (#13106)liamwhite
2024-02-21android: Connect controllers with supported stylest895
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-21android: Add additional check for hasMappingt895
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-21android: Enable all controller styles on emulation shutdownt895
2024-02-21Merge pull request #13099 from t895/default-fixCharles Lombardo
android: Fix extra stick setting default values
2024-02-20audio: formatLiam
2024-02-20audio: rewrite IHardwareOpusDecoderLiam
2024-02-20audio: rewrite IAudioDeviceLiam
2024-02-20audio: rewrite IHardwareOpusDecoderManagerLiam
2024-02-20audio: rewrite IAudioRendererLiam
2024-02-20audio: rewrite IAudioRendererManagerLiam