summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-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-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-19scope_exit: Make constexprFearlessTobi
Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
2024-02-19core/CMakeLists: Sort alphabeticallyFearlessTobi
2024-02-18Merge pull request #13006 from liamwhite/a-hat-in-vramNarr the Reg
buffer_cache: use mapped range with large vertex buffer size
2024-02-18Merge pull request #13026 from liamwhite/scale-this-mfNarr the Reg
shader_recompiler: fix non-const offset for arrayed image types
2024-02-18Merge pull request #13035 from liamwhite/vi2Narr the Reg
vi: manage resources independently of nvnflinger and refactor
2024-02-18Merge pull request #13048 from liamwhite/new-shellNarr the Reg
ns: rewrite for new IPC
2024-02-18Merge pull request #13070 from liamwhite/offsetliamwhite
am: account for offset in transfer memory storage
2024-02-18Merge pull request #13030 from german77/audio-controllerliamwhite
service: audio: Rewrite IAudioController to new IPC
2024-02-18ns: address review commentsLiam
2024-02-18am: account for offset in transfer memory storageLiam
2024-02-18core: hid: Remove driver errors from loggerman77
2024-02-18nvnflinger: check for layers before composeLiam
2024-02-18Merge pull request #13067 from t895/xbox-automap-invertliamwhite
android: Flip AB/XY for xbox controllers during auto-mapping
2024-02-18android: Flip AB/XY for xbox controllers during auto-mappingt895
2024-02-18Merge pull request #13032 from german77/qlauncherliamwhite
service: Implement functions needed by Qlaunch
2024-02-18ns: rewrite IQueryServiceLiam
2024-02-18ns: rewrite IServiceGetterInterfaceLiam
2024-02-18ns: rewrite IApplicationManagerInterfaceLiam
2024-02-18ns: move IDevelopInterfaceLiam
2024-02-18ns: rewrite ISystemUpdateInterfaceLiam
2024-02-18ns: move ISystemUpdateControlLiam
2024-02-18ns: rewrite IVulnerabilityManagerInterfaceLiam
2024-02-18ns: rewrite IReadOnlyApplicationControlDataInterfaceLiam
2024-02-18ns: rewrite IReadOnlyApplicationRecordInterfaceLiam
2024-02-18ns: add IDynamicRightsInterfaceLiam
2024-02-18ns: rewrite IDownloadTaskInterfaceLiam
2024-02-18ns: rewrite IDocumentInterfaceLiam
2024-02-18ns: rewrite IContentManagementInterfaceLiam