Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2024-02-20 | audio: split IHardwarweOpusDecoder, move IHardwareOpusDecoderManager | Liam | |
2024-02-20 | audio: split IAudioDevice, IAudioRenderer, move IAudioRendererManager | Liam | |
2024-02-20 | audio: move IFinalOutputRecorderManager{,ForApplet} | Liam | |
2024-02-20 | audio: rewrite IAudioOutManager | Liam | |
2024-02-20 | audio: rewrite IAudioOut | Liam | |
2024-02-20 | audio: rewrite IAudioInManager | Liam | |
2024-02-20 | audio: rewrite IAudioIn | Liam | |
2024-02-20 | android: Fix extra stick setting default values | t895 | |
The default value was accidentally hardcoded for all extra stick settings | |||
2024-02-20 | Merge pull request #13095 from liamwhite/ns-oops | liamwhite | |
ns: fix alignment of uid type | |||
2024-02-20 | Merge pull request #10529 from liamwhite/critical-spacing | Matías Locatti | |
caches: make critical reclamation less eager and possible in more cases | |||
2024-02-20 | ns: fix alignment of uid type | Liam | |
2024-02-20 | Merge pull request #13091 from t895/device-renaming | liamwhite | |
android: Expose device name setting | |||
2024-02-20 | Merge pull request #13079 from liamwhite/vi3 | liamwhite | |
vi: misc fixes | |||
2024-02-20 | android: Expose device name setting | t895 | |
2024-02-20 | android: Add StringInputSetting settings item | t895 | |
2024-02-20 | vi: ignore shared buffer destruction failure on termination | Liam | |
2024-02-19 | vi: remove superfluous locking in shared buffer manager | Liam | |
2024-02-19 | nvnflinger/vi: don't recreate buffer queue on open/close | Liam | |
2024-02-19 | Import 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-19 | Merge pull request #13086 from t895/clear-button-fix | liamwhite | |
android: Fix broken clear button check | |||
2024-02-19 | android: Have input overlay follow player 1 style index (#13085) | Charles Lombardo | |
2024-02-19 | android: Fix broken clear button check | t895 | |
2024-02-19 | Merge pull request #13031 from german77/btm-interfcae | liamwhite | |
service: btm: Migrate service to new IPC | |||
2024-02-19 | android: Fix overlay visibility reset (#13083) | Charles Lombardo | |
2024-02-19 | android: Show done button when configuring input overlay (#13082) | Charles Lombardo | |
2024-02-19 | Address review comments pt. 2 | FearlessTobi | |
2024-02-19 | Address review comments | FearlessTobi | |
2024-02-19 | fs: Refactor to use cmif serialization | FearlessTobi | |
2024-02-19 | fs: Add FileSystemAccessor classes | FearlessTobi | |
2024-02-19 | Address review comments | FearlessTobi | |
2024-02-19 | fs: Add and use fs_save_data_types.h | FearlessTobi | |
2024-02-19 | fsp: Migrate remaining interfaces to cmif serialization | FearlessTobi | |
2024-02-19 | fsp-srv: Migrate to use cmif serialization | FearlessTobi | |
2024-02-19 | fsp: Move IMultiCommitManager to a seperate file | FearlessTobi | |
2024-02-19 | fsp: Move ISaveDataInfoReader to a seperate file | FearlessTobi | |
2024-02-19 | aoc: Migrate to use cmif serialization | FearlessTobi | |
2024-02-19 | Merge pull request #13080 from FearlessTobi/scope-exit | liamwhite | |
scope_exit: Make constexpr |