liamwhite
7a51eaa727
Merge pull request #13146 from wheremyfoodat/patch-1
common/ring_buffer: Include <limits> header
2 years ago
liamwhite
6c40d75e47
Merge pull request #13140 from german77/yet-more-qlaunch
service: Stub multiple function for qlaunch
2 years ago
Narr the Reg
0a0c257206
service: audio: Add missing logging properties of SetHeadphoneOutputLevelMode
2 years ago
Narr the Reg
7019023cbc
service: btdrv: Add EnableRadio for Qlaunch
2 years ago
Narr the Reg
c48c182fe0
service: friend: Add GetFriendCount, GetNewlyFriendCount, GetReceivedFriendRequestCount, GetPlayHistoryStatistics, GetReceivedFriendInvitationCountCache for QLaunch
2 years ago
Narr the Reg
98be02898b
service: hid: Add IsAnyCustomButtonConfigEnabled for QLaunch
2 years ago
Narr the Reg
e1bdeb2942
service: lbl: Add SaveCurrentSetting, LoadCurrentSetting and IsAutoBrightnessControlSupported for QLaunch
2 years ago
Narr the Reg
015d666a4d
service: nfc: Implement SetNfcEnabled
2 years ago
Narr the Reg
624c90a439
service: npns: Add ListenTo and GetReceiveEvent for QLaunch
2 years ago
Narr the Reg
0fb26acccc
service: set: Add default eula setting
2 years ago
wheremyfoodat
ed315fb8a5
common/ring_buffer: Include <limits> header
2 years ago
liamwhite
975d6f1ec4
Merge pull request #13141 from liamwhite/swap
fs: fix argument order
2 years ago
liamwhite
7c9e2255be
Merge pull request #13137 from liamwhite/mac-ci
ci: fix mac build
2 years ago
liamwhite
9f6818a6e5
Merge pull request #13136 from liamwhite/fs-launch
fs: add ISaveDataTransferProhibiter, stub FindSaveDataWithFilter
2 years ago
Liam
f1c16b487a
fs: fix argument order
2 years ago
Liam
6512f39061
ci: fix mac build
2 years ago
Liam
22b91afa69
fs: add ISaveDataTransferProhibiter, stub FindSaveDataWithFilter
2 years ago
liamwhite
77107ba124
Merge pull request #13133 from liamwhite/libstdcxx-issue
vi: workaround conductor includes
2 years ago
liamwhite
fa4dec9fe9
Merge pull request #13115 from liamwhite/olsc-pctl
olsc, pctl: move to new ipc
2 years ago
liamwhite
215e887be0
Merge pull request #13100 from liamwhite/audio-ipc
audio: move to new ipc
2 years ago
liamwhite
0da6704fc2
Merge pull request #13073 from FearlessTobi/fsp-srv-ipc
fsp: Migrate remaining interfaces to cmif serialization
2 years ago
Liam
812754edec
vi: workaround conductor includes
2 years ago
Liam
964e19ab56
oboe_sink: handle temporary stream creation failure
2 years ago
liamwhite
9dc624f5dc
Merge pull request #13121 from german77/clean-shortcut
yuzu: Fix shortcut error message
2 years ago
liamwhite
dad9ea3e07
Merge pull request #13117 from liamwhite/ovln
psc: stub overlay notification channel
2 years ago
Liam
2c00599a53
audio: fix released buffer bounds check
2 years ago
Narr the Reg
864b046500
yuzu: Fix shortcut error message
2 years ago
liamwhite
d12d9dad40
Merge pull request #12982 from FearlessTobi/fs-rewrite-part0
fs: Add FileSystemAccessor and use cmif serialization
2 years ago
Narr the Reg
2b3f1d3fc5
Merge pull request #13000 from liamwhite/skip-null-memory
device_memory_manager: skip unregistered interfaces on invalidate
2 years ago
Narr the Reg
984396a21a
Merge pull request #13001 from liamwhite/scaled-availability
vulkan_device: don't use fixed cap for memory limits
2 years ago
Narr the Reg
4f95ee5209
Merge pull request #13075 from liamwhite/mali-having-a-bad-time
shader_recompiler: throw on missing geometry streams in geometry shaders
2 years ago
Liam
c04567fad4
audio: add NotifyHeadphoneVolumeWarningDisplayedEvent
2 years ago
Liam
89c2fd3d28
pctl: rewrite IParentalControlService
2 years ago
Liam
5ab49c833d
pctl: rewrite IParentalControlServiceFactory
2 years ago
Liam
0e74204aad
pctl: move IParentalControlServiceFactory
2 years ago
Liam
a37bd0b9a7
pctl: move IParentalControlService
2 years ago
Liam
01d89acd13
pctl: move types and results
2 years ago
Liam
e85466c1ae
psc: stub overlay notification channel
2 years ago
Liam
352297d361
psc: rewrite IPmService
2 years ago
Liam
6c2d6cff19
psc: move IPmControl, IPmModule, IPmService
2 years ago
Liam
e540757279
olsc: rewrite IOlscServiceForSystemService
2 years ago
Liam
a8bca24292
olsc: add IRemoteStorageController
2 years ago
Liam
5f3c03d6a8
olsc: add IDaemonController
2 years ago
Liam
6b956a6951
olsc: rewrite ITransferTaskListController
2 years ago
Liam
8689370830
olsc: rewrite INativeHandleHolder
2 years ago
Liam
8ffa27b311
olsc: rewrite IOlscServiceForApplication
2 years ago
Liam
6334616b44
olsc: move INativeHandleHolder, IOlscServiceForApplication, IOlscServiceForSystemService, ITransferTaskListController
2 years ago
liamwhite
8bbc209950
Merge pull request #13105 from t895/connection-fix
android: Misc controller fixes
2 years ago
liamwhite
9e1a67b950
fs: add missing mutex header for member ( #13106 )
2 years ago
t895
de5422b1fd
android: Connect controllers with supported styles
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.
2 years ago