summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Address review comments pt. 2Gravatar FearlessTobi2024-02-196-39/+34
| | | | | |
| * | | | | Address review commentsGravatar FearlessTobi2024-02-198-26/+35
| | | | | |
| * | | | | fs: Refactor to use cmif serializationGravatar FearlessTobi2024-02-197-295/+245
| | | | | |
| * | | | | fs: Add FileSystemAccessor classesGravatar FearlessTobi2024-02-1914-130/+554
| | |/ / / | |/| | |
* | | | | Merge pull request #13000 from liamwhite/skip-null-memoryGravatar Narr the Reg2024-02-221-4/+8
|\ \ \ \ \ | | | | | | | | | | | | device_memory_manager: skip unregistered interfaces on invalidate
| * | | | | device_memory_manager: skip unregistered interfaces on invalidateGravatar Liam2024-02-121-4/+8
| | | | | |
* | | | | | Merge pull request #13001 from liamwhite/scaled-availabilityGravatar Narr the Reg2024-02-224-5/+27
|\ \ \ \ \ \ | | | | | | | | | | | | | | vulkan_device: don't use fixed cap for memory limits
| * | | | | | vulkan_device: don't use fixed cap for memory limitsGravatar Liam2024-02-184-5/+27
| | | | | | |
* | | | | | | Merge pull request #13075 from liamwhite/mali-having-a-bad-timeGravatar Narr the Reg2024-02-225-3/+16
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | shader_recompiler: throw on missing geometry streams in geometry shaders
| * | | | | | shader_recompiler: throw on missing geometry streams in geometry shadersGravatar Liam2024-02-195-3/+16
| | | | | | |
* | | | | | | Merge pull request #13105 from t895/connection-fixGravatar liamwhite2024-02-213-33/+52
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | android: Misc controller fixes
| * | | | | | | android: Connect controllers with supported stylesGravatar t8952024-02-211-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 hasMappingGravatar t8952024-02-211-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 shutdownGravatar t8952024-02-211-0/+3
| | |_|_|_|/ / | |/| | | | |
* | | | | | | fs: add missing mutex header for member (#13106)Gravatar liamwhite2024-02-211-0/+1
| | | | | | |
* | | | | | | android: Fix extra stick setting default valuesGravatar t8952024-02-201-7/+7
|/ / / / / / | | | | | | | | | | | | | | | | | | The default value was accidentally hardcoded for all extra stick settings
* | | | | | Merge pull request #13095 from liamwhite/ns-oopsGravatar liamwhite2024-02-205-9/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | ns: fix alignment of uid type
| * | | | | | ns: fix alignment of uid typeGravatar Liam2024-02-205-9/+13
| | | | | | |
* | | | | | | Merge pull request #10529 from liamwhite/critical-spacingGravatar Matías Locatti2024-02-204-7/+17
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | caches: make critical reclamation less eager and possible in more cases
| * | | | | | texture_cache: tweak iteration tracking changeGravatar Liam2024-02-111-1/+1
| | | | | | |
| * | | | | | texture_cache: avoid overestimation of ASTC texture sizesGravatar Liam2024-02-113-5/+15
| | | | | | |
| * | | | | | caches: make critical reclamation less eager and possible in more casesGravatar Liam2024-02-112-3/+3
| | | | | | |
* | | | | | | Merge pull request #13091 from t895/device-renamingGravatar liamwhite2024-02-208-1/+111
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | android: Expose device name setting
| * | | | | | | android: Expose device name settingGravatar t8952024-02-204-1/+7
| | | | | | | |
| * | | | | | | android: Add StringInputSetting settings itemGravatar t8952024-02-205-0/+104
| | | | | | | |
* | | | | | | | vi: ignore shared buffer destruction failure on terminationGravatar Liam2024-02-201-1/+1
| | | | | | | |
* | | | | | | | vi: remove superfluous locking in shared buffer managerGravatar Liam2024-02-191-8/+0
| | | | | | | |
* | | | | | | | nvnflinger/vi: don't recreate buffer queue on open/closeGravatar Liam2024-02-198-72/+88
|/ / / / / / /
* | | | | | | Import keys from filesystem. (#13056)Gravatar Andrew Pilley2024-02-193-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-fixGravatar liamwhite2024-02-195-16/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | android: Fix broken clear button check
| * | | | | | | android: Fix broken clear button checkGravatar t8952024-02-195-16/+7
| | | | | | | |
* | | | | | | | android: Have input overlay follow player 1 style index (#13085)Gravatar Charles Lombardo2024-02-191-6/+5
|/ / / / / / /
* | | | | | | Merge pull request #13031 from german77/btm-interfcaeGravatar liamwhite2024-02-1913-267/+521
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | service: btm: Migrate service to new IPC
| * | | | | | | service: btm: Implement function needed by QLaunchGravatar Narr the Reg2024-02-177-96/+148
| | | | | | | |
| * | | | | | | service: btm: Migrate service to new IPCGravatar Narr the Reg2024-02-1613-267/+469
| | | | | | | |
* | | | | | | | android: Fix overlay visibility reset (#13083)Gravatar Charles Lombardo2024-02-191-1/+1
| | | | | | | |
* | | | | | | | android: Show done button when configuring input overlay (#13082)Gravatar Charles Lombardo2024-02-191-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | scope_exit: Make constexprGravatar FearlessTobi2024-02-1958-226/+421
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
* | | | | | | core/CMakeLists: Sort alphabeticallyGravatar FearlessTobi2024-02-191-60/+58
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #13006 from liamwhite/a-hat-in-vramGravatar Narr the Reg2024-02-181-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | buffer_cache: use mapped range with large vertex buffer size
| * | | | | | buffer_cache: use mapped range with large vertex buffer sizeGravatar Liam2024-02-131-1/+1
| | | | | | |
* | | | | | | Merge pull request #13026 from liamwhite/scale-this-mfGravatar Narr the Reg2024-02-182-7/+44
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | shader_recompiler: fix non-const offset for arrayed image types
| * | | | | | | shader_recompiler: fix non-const offset for arrayed image typesGravatar Liam2024-02-151-4/+10
| | | | | | | |
| * | | | | | | Revert "shader_recompiler: use only ConstOffset for OpImageFetch"Gravatar Liam2024-02-152-7/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f296a9ce9a1a144d322d54d4628dba6f8a800cb7.
* | | | | | | | Merge pull request #13035 from liamwhite/vi2Gravatar Narr the Reg2024-02-1887-1824/+2105
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | vi: manage resources independently of nvnflinger and refactor
| * | | | | | | | nvnflinger: check for layers before composeGravatar Liam2024-02-185-7/+13
| | | | | | | | |
| * | | | | | | | service: vi: Implement ListDisplayModeGravatar german772024-02-173-12/+41
| | | | | | | | |
| * | | | | | | | vi: manage resources independently of nvnflinger and refactorGravatar Liam2024-02-1762-1490/+1756
| | | | | | | | |
| * | | | | | | | vi: move shared buffer management from nvnflingerGravatar Liam2024-02-1720-101/+134
| | | | | | | | |
| * | | | | | | | nvnflinger: convert to processGravatar Liam2024-02-1744-273/+241
| | | | | | | | |