- 21 Feb, 2024 10 commits
-
-
Liam authored
olsc: move INativeHandleHolder, IOlscServiceForApplication, IOlscServiceForSystemService, ITransferTaskListController
-
liamwhite authored
android: Misc controller fixes
-
liamwhite authored
-
t895 authored
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.
-
t895 authored
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.
-
t895 authored
-
Charles Lombardo authored
android: Fix extra stick setting default values
-
t895 authored
The default value was accidentally hardcoded for all extra stick settings
-
liamwhite authored
ns: fix alignment of uid type
-
Matías Locatti authored
caches: make critical reclamation less eager and possible in more cases
-
- 20 Feb, 2024 10 commits
-
-
Liam authored
-
liamwhite authored
android: Expose device name setting
-
liamwhite authored
vi: misc fixes
-
t895 authored
-
t895 authored
-
Liam authored
-
Liam authored
-
Liam authored
-
Andrew Pilley authored
* 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>
-
liamwhite authored
android: Fix broken clear button check
-
- 19 Feb, 2024 15 commits
-
-
Charles Lombardo authored
-
t895 authored
-
liamwhite authored
service: btm: Migrate service to new IPC
-
Charles Lombardo authored
-
Charles Lombardo authored
-
liamwhite authored
scope_exit: Make constexpr
-
FearlessTobi authored
Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
-
FearlessTobi authored
-
Narr the Reg authored
buffer_cache: use mapped range with large vertex buffer size
-
Narr the Reg authored
shader_recompiler: fix non-const offset for arrayed image types
-
Narr the Reg authored
vi: manage resources independently of nvnflinger and refactor
-
Narr the Reg authored
ns: rewrite for new IPC
-
liamwhite authored
am: account for offset in transfer memory storage
-
liamwhite authored
service: audio: Rewrite IAudioController to new IPC
-
Liam authored
-
- 18 Feb, 2024 5 commits
-
-
Liam authored
-
Charles Lombardo authored
core: hid: Remove driver errors from log
-
german77 authored
-
Liam authored
-
liamwhite authored
android: Flip AB/XY for xbox controllers during auto-mapping
-