| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | Address review comments pt. 2 | 2024-02-19 | 6 | -39/+34 | ||
| | | | | | | | ||||||
| | * | | | | | Address review comments | 2024-02-19 | 8 | -26/+35 | ||
| | | | | | | | ||||||
| | * | | | | | fs: Refactor to use cmif serialization | 2024-02-19 | 7 | -295/+245 | ||
| | | | | | | | ||||||
| | * | | | | | fs: Add FileSystemAccessor classes | 2024-02-19 | 14 | -130/+554 | ||
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #13000 from liamwhite/skip-null-memory | 2024-02-22 | 1 | -4/+8 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | device_memory_manager: skip unregistered interfaces on invalidate | |||||
| | * | | | | | device_memory_manager: skip unregistered interfaces on invalidate | 2024-02-12 | 1 | -4/+8 | ||
| | | | | | | | ||||||
| * | | | | | | Merge pull request #13001 from liamwhite/scaled-availability | 2024-02-22 | 4 | -5/+27 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | vulkan_device: don't use fixed cap for memory limits | |||||
| | * | | | | | | vulkan_device: don't use fixed cap for memory limits | 2024-02-18 | 4 | -5/+27 | ||
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #13075 from liamwhite/mali-having-a-bad-time | 2024-02-22 | 5 | -3/+16 | ||
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | shader_recompiler: throw on missing geometry streams in geometry shaders | |||||
| | * | | | | | | shader_recompiler: throw on missing geometry streams in geometry shaders | 2024-02-19 | 5 | -3/+16 | ||
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #13105 from t895/connection-fix | 2024-02-21 | 3 | -33/+52 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | android: Misc controller fixes | |||||
| | * | | | | | | | android: Connect controllers with supported styles | 2024-02-21 | 1 | -30/+46 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| | * | | | | | | | android: Add additional check for hasMapping | 2024-02-21 | 1 | -3/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| | * | | | | | | | android: Enable all controller styles on emulation shutdown | 2024-02-21 | 1 | -0/+3 | ||
| | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | | fs: add missing mutex header for member (#13106) | 2024-02-21 | 1 | -0/+1 | ||
| | | | | | | | | ||||||
| * | | | | | | | android: Fix extra stick setting default values | 2024-02-20 | 1 | -7/+7 | ||
| |/ / / / / / | | | | | | | | | | | | | | | | | | | The default value was accidentally hardcoded for all extra stick settings | |||||
| * | | | | | | Merge pull request #13095 from liamwhite/ns-oops | 2024-02-20 | 5 | -9/+13 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | ns: fix alignment of uid type | |||||
| | * | | | | | | ns: fix alignment of uid type | 2024-02-20 | 5 | -9/+13 | ||
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #10529 from liamwhite/critical-spacing | 2024-02-20 | 4 | -7/+17 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | caches: make critical reclamation less eager and possible in more cases | |||||
| | * | | | | | | texture_cache: tweak iteration tracking change | 2024-02-11 | 1 | -1/+1 | ||
| | | | | | | | | ||||||
| | * | | | | | | texture_cache: avoid overestimation of ASTC texture sizes | 2024-02-11 | 3 | -5/+15 | ||
| | | | | | | | | ||||||
| | * | | | | | | caches: make critical reclamation less eager and possible in more cases | 2024-02-11 | 2 | -3/+3 | ||
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #13091 from t895/device-renaming | 2024-02-20 | 8 | -1/+111 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | android: Expose device name setting | |||||
| | * | | | | | | | android: Expose device name setting | 2024-02-20 | 4 | -1/+7 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | android: Add StringInputSetting settings item | 2024-02-20 | 5 | -0/+104 | ||
| | | | | | | | | | ||||||
| * | | | | | | | | vi: ignore shared buffer destruction failure on termination | 2024-02-20 | 1 | -1/+1 | ||
| | | | | | | | | | ||||||
| * | | | | | | | | vi: remove superfluous locking in shared buffer manager | 2024-02-19 | 1 | -8/+0 | ||
| | | | | | | | | | ||||||
| * | | | | | | | | nvnflinger/vi: don't recreate buffer queue on open/close | 2024-02-19 | 8 | -72/+88 | ||
| |/ / / / / / / | ||||||
| * | | | | | | | Import keys from filesystem. (#13056) | 2024-02-19 | 3 | -17/+101 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | |||||
| * | | | | | | | Merge pull request #13086 from t895/clear-button-fix | 2024-02-19 | 5 | -16/+7 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | android: Fix broken clear button check | |||||
| | * | | | | | | | android: Fix broken clear button check | 2024-02-19 | 5 | -16/+7 | ||
| | | | | | | | | | ||||||
| * | | | | | | | | android: Have input overlay follow player 1 style index (#13085) | 2024-02-19 | 1 | -6/+5 | ||
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #13031 from german77/btm-interfcae | 2024-02-19 | 13 | -267/+521 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | service: btm: Migrate service to new IPC | |||||
| | * | | | | | | | service: btm: Implement function needed by QLaunch | 2024-02-17 | 7 | -96/+148 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | service: btm: Migrate service to new IPC | 2024-02-16 | 13 | -267/+469 | ||
| | | | | | | | | | ||||||
| * | | | | | | | | android: Fix overlay visibility reset (#13083) | 2024-02-19 | 1 | -1/+1 | ||
| | | | | | | | | | ||||||
| * | | | | | | | | android: Show done button when configuring input overlay (#13082) | 2024-02-19 | 1 | -1/+1 | ||
| | |_|_|_|_|/ / |/| | | | | | | ||||||
| * | | | | | | | scope_exit: Make constexpr | 2024-02-19 | 58 | -226/+421 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it. | |||||
| * | | | | | | | core/CMakeLists: Sort alphabetically | 2024-02-19 | 1 | -60/+58 | ||
| | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | | Merge pull request #13006 from liamwhite/a-hat-in-vram | 2024-02-18 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | buffer_cache: use mapped range with large vertex buffer size | |||||
| | * | | | | | | buffer_cache: use mapped range with large vertex buffer size | 2024-02-13 | 1 | -1/+1 | ||
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #13026 from liamwhite/scale-this-mf | 2024-02-18 | 2 | -7/+44 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | shader_recompiler: fix non-const offset for arrayed image types | |||||
| | * | | | | | | | shader_recompiler: fix non-const offset for arrayed image types | 2024-02-15 | 1 | -4/+10 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | Revert "shader_recompiler: use only ConstOffset for OpImageFetch" | 2024-02-15 | 2 | -7/+38 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f296a9ce9a1a144d322d54d4628dba6f8a800cb7. | |||||
| * | | | | | | | | Merge pull request #13035 from liamwhite/vi2 | 2024-02-18 | 87 | -1824/+2105 | ||
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | vi: manage resources independently of nvnflinger and refactor | |||||
| | * | | | | | | | | nvnflinger: check for layers before compose | 2024-02-18 | 5 | -7/+13 | ||
| | | | | | | | | | | ||||||
| | * | | | | | | | | service: vi: Implement ListDisplayMode | 2024-02-17 | 3 | -12/+41 | ||
| | | | | | | | | | | ||||||
| | * | | | | | | | | vi: manage resources independently of nvnflinger and refactor | 2024-02-17 | 62 | -1490/+1756 | ||
| | | | | | | | | | | ||||||
| | * | | | | | | | | vi: move shared buffer management from nvnflinger | 2024-02-17 | 20 | -101/+134 | ||
| | | | | | | | | | | ||||||
| | * | | | | | | | | nvnflinger: convert to process | 2024-02-17 | 44 | -273/+241 | ||
| | | | | | | | | | | ||||||