summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2024-02-20audio: split IHardwarweOpusDecoder, move IHardwareOpusDecoderManagerLiam
2024-02-20audio: split IAudioDevice, IAudioRenderer, move IAudioRendererManagerLiam
2024-02-20audio: move IFinalOutputRecorderManager{,ForApplet}Liam
2024-02-20audio: rewrite IAudioOutManagerLiam
2024-02-20audio: rewrite IAudioOutLiam
2024-02-20audio: rewrite IAudioInManagerLiam
2024-02-20audio: rewrite IAudioInLiam
2024-02-20android: Fix extra stick setting default valuest895
The default value was accidentally hardcoded for all extra stick settings
2024-02-20Merge pull request #13095 from liamwhite/ns-oopsliamwhite
ns: fix alignment of uid type
2024-02-20Merge pull request #10529 from liamwhite/critical-spacingMatías Locatti
caches: make critical reclamation less eager and possible in more cases
2024-02-20ns: fix alignment of uid typeLiam
2024-02-20Merge pull request #13091 from t895/device-renamingliamwhite
android: Expose device name setting
2024-02-20Merge pull request #13079 from liamwhite/vi3liamwhite
vi: misc fixes
2024-02-20android: Expose device name settingt895
2024-02-20android: Add StringInputSetting settings itemt895
2024-02-20vi: ignore shared buffer destruction failure on terminationLiam
2024-02-19vi: remove superfluous locking in shared buffer managerLiam
2024-02-19nvnflinger/vi: don't recreate buffer queue on open/closeLiam
2024-02-19Import keys from filesystem. (#13056)Andrew Pilley
* Import keys, re-initialize KeyManager, re-scan vfs, re-populate game list. * <.< spelling. * Update based on feedback on #13047 and this PR * Based on feedback: Don't delete existing files. There's legitimate reasons that someone may want to keep their retail keys and title key handling is resilient to mismatches. * Update src/yuzu/main.cpp Co-authored-by: Tobias <thm.frey@gmail.com> * Remove translation of literal filename/filter format. * clang-format. --------- Co-authored-by: Tobias <thm.frey@gmail.com>
2024-02-19Merge pull request #13086 from t895/clear-button-fixliamwhite
android: Fix broken clear button check
2024-02-19android: Have input overlay follow player 1 style index (#13085)Charles Lombardo
2024-02-19android: Fix broken clear button checkt895
2024-02-19Merge pull request #13031 from german77/btm-interfcaeliamwhite
service: btm: Migrate service to new IPC
2024-02-19android: Fix overlay visibility reset (#13083)Charles Lombardo
2024-02-19android: Show done button when configuring input overlay (#13082)Charles Lombardo
2024-02-19Address review comments pt. 2FearlessTobi
2024-02-19Address review commentsFearlessTobi
2024-02-19fs: Refactor to use cmif serializationFearlessTobi
2024-02-19fs: Add FileSystemAccessor classesFearlessTobi
2024-02-19Address review commentsFearlessTobi
2024-02-19fs: Add and use fs_save_data_types.hFearlessTobi
2024-02-19fsp: Migrate remaining interfaces to cmif serializationFearlessTobi
2024-02-19fsp-srv: Migrate to use cmif serializationFearlessTobi
2024-02-19fsp: Move IMultiCommitManager to a seperate fileFearlessTobi
2024-02-19fsp: Move ISaveDataInfoReader to a seperate fileFearlessTobi
2024-02-19aoc: Migrate to use cmif serializationFearlessTobi
2024-02-19Merge pull request #13080 from FearlessTobi/scope-exitliamwhite
scope_exit: Make constexpr