summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-20audio: formatLiam
2024-02-20audio: rewrite IHardwareOpusDecoderLiam
2024-02-20audio: rewrite IAudioDeviceLiam
2024-02-20audio: rewrite IHardwareOpusDecoderManagerLiam
2024-02-20audio: rewrite IAudioRendererLiam
2024-02-20audio: rewrite IAudioRendererManagerLiam
2024-02-20audio: split IHardwarweOpusDecoder, move IHardwareOpusDecoderManagerLiam
2024-02-20audio: split IAudioDevice, IAudioRenderer, move IAudioRendererManagerLiam
2024-02-20audio: move IFinalOutputRecorderManager{,ForApplet}Liam
2024-02-20audio: rewrite IAudioOutManagerLiam
2024-02-20audio: rewrite IAudioOutLiam
2024-02-20audio: rewrite IAudioInManagerLiam
2024-02-20audio: rewrite IAudioInLiam
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-19Address review comments pt. 2FearlessTobi
2024-02-19Address review commentsFearlessTobi
2024-02-19fs: Refactor to use cmif serializationFearlessTobi
2024-02-19fs: Add FileSystemAccessor classesFearlessTobi
2024-02-19Address review commentsFearlessTobi
2024-02-19fs: Add and use fs_save_data_types.hFearlessTobi
2024-02-19fsp: Migrate remaining interfaces to cmif serializationFearlessTobi
2024-02-19fsp-srv: Migrate to use cmif serializationFearlessTobi
2024-02-19fsp: Move IMultiCommitManager to a seperate fileFearlessTobi
2024-02-19fsp: Move ISaveDataInfoReader to a seperate fileFearlessTobi
2024-02-19aoc: Migrate to use cmif serializationFearlessTobi
2024-02-19core/aoc: Move IPurchaseEventManager to separate fileFearlessTobi
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