Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-19 | nvnflinger/vi: don't recreate buffer queue on open/close | Liam | |
2024-02-19 | Import 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-19 | Merge pull request #13086 from t895/clear-button-fix | liamwhite | |
android: Fix broken clear button check | |||
2024-02-19 | android: Have input overlay follow player 1 style index (#13085) | Charles Lombardo | |
2024-02-19 | android: Fix broken clear button check | t895 | |
2024-02-19 | Merge pull request #13031 from german77/btm-interfcae | liamwhite | |
service: btm: Migrate service to new IPC | |||
2024-02-19 | android: Fix overlay visibility reset (#13083) | Charles Lombardo | |
2024-02-19 | android: Show done button when configuring input overlay (#13082) | Charles Lombardo | |
2024-02-19 | scope_exit: Make constexpr | FearlessTobi | |
Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it. | |||
2024-02-19 | core/CMakeLists: Sort alphabetically | FearlessTobi | |
2024-02-18 | Merge pull request #13006 from liamwhite/a-hat-in-vram | Narr the Reg | |
buffer_cache: use mapped range with large vertex buffer size | |||
2024-02-18 | Merge pull request #13026 from liamwhite/scale-this-mf | Narr the Reg | |
shader_recompiler: fix non-const offset for arrayed image types | |||
2024-02-18 | Merge pull request #13035 from liamwhite/vi2 | Narr the Reg | |
vi: manage resources independently of nvnflinger and refactor | |||
2024-02-18 | Merge pull request #13048 from liamwhite/new-shell | Narr the Reg | |
ns: rewrite for new IPC | |||
2024-02-18 | Merge pull request #13070 from liamwhite/offset | liamwhite | |
am: account for offset in transfer memory storage | |||
2024-02-18 | Merge pull request #13030 from german77/audio-controller | liamwhite | |
service: audio: Rewrite IAudioController to new IPC | |||
2024-02-18 | ns: address review comments | Liam | |
2024-02-18 | am: account for offset in transfer memory storage | Liam | |
2024-02-18 | core: hid: Remove driver errors from log | german77 | |
2024-02-18 | nvnflinger: check for layers before compose | Liam | |
2024-02-18 | Merge pull request #13067 from t895/xbox-automap-invert | liamwhite | |
android: Flip AB/XY for xbox controllers during auto-mapping | |||
2024-02-18 | android: Flip AB/XY for xbox controllers during auto-mapping | t895 | |
2024-02-18 | Merge pull request #13032 from german77/qlauncher | liamwhite | |
service: Implement functions needed by Qlaunch | |||
2024-02-18 | ns: rewrite IQueryService | Liam | |
2024-02-18 | ns: rewrite IServiceGetterInterface | Liam | |
2024-02-18 | ns: rewrite IApplicationManagerInterface | Liam | |
2024-02-18 | ns: move IDevelopInterface | Liam | |
2024-02-18 | ns: rewrite ISystemUpdateInterface | Liam | |
2024-02-18 | ns: move ISystemUpdateControl | Liam | |
2024-02-18 | ns: rewrite IVulnerabilityManagerInterface | Liam | |
2024-02-18 | ns: rewrite IReadOnlyApplicationControlDataInterface | Liam | |
2024-02-18 | ns: rewrite IReadOnlyApplicationRecordInterface | Liam | |
2024-02-18 | ns: add IDynamicRightsInterface | Liam | |
2024-02-18 | ns: rewrite IDownloadTaskInterface | Liam | |
2024-02-18 | ns: rewrite IDocumentInterface | Liam | |
2024-02-18 | ns: rewrite IContentManagementInterface | Liam | |
2024-02-18 | ns: move IFactoryResetInterface | Liam | |
2024-02-18 | ns: move IECommerceInterface | Liam | |
2024-02-18 | ns: move IApplicationVersionInterface | Liam | |
2024-02-18 | ns: move IAccountProxyInterface | Liam | |
2024-02-18 | ns: rewrite IPlatformServiceManager | Liam | |
2024-02-18 | ns: rename results header | Liam | |
2024-02-18 | Merge pull request #13064 from t895/auto-map-fail | liamwhite | |
android: Only do first startup automapping if nothing has been mapped | |||
2024-02-18 | Merge pull request #13049 from Leystryku/master | liamwhite | |
Fix Just Dance 2023 not booting | |||
2024-02-18 | Merge pull request #13065 from t895/cancel-button-fail | liamwhite | |
android: Show cancel button for the content install notice | |||
2024-02-18 | android: Map touches to touchscreen | t895 | |
I neglected to map touches to the touchscreen when refactoring in the input mapping PR. This fixes that regression. | |||
2024-02-18 | android: Show cancel button for the content install notice | t895 | |
2024-02-18 | android: Only do first startup automapping if nothing has been mapped | t895 | |
2024-02-18 | service: Change unique_ptr to make_unique in GetCacheStorageMax | Leystryku | |
2024-02-18 | file_sys: Formatting changes and use unique_ptr in GetCacheStorageMax | Leystryku | |