| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-24 | core/hid: Fully emulate motion from button | german77 | |
| 2021-11-24 | second commit lion review | german77 | |
| 2021-11-24 | settings: Fix Debug controller type options | german77 | |
| 2021-11-24 | kraken: Address comments from review | german77 | |
| start lion review | |||
| 2021-11-24 | core/hid: Add TAS input | german77 | |
| 2021-11-24 | input_common: Add manual update options to input devices | german77 | |
| 2021-11-24 | core/hid: Fix rumble too strong at 1% | german77 | |
| 2021-11-24 | core/hid: Only signal when needed | german77 | |
| 2021-11-24 | core/hid: Add output devices | german77 | |
| 2021-11-24 | settings: Cleanup settings | german77 | |
| 2021-11-24 | common: Rewrite and move core/frontend/input.h to common | german77 | |
| 2021-11-21 | configure_general: Allow framerate cap to be used in custom game configs | Kewlan | |
| 2021-11-20 | TextureCache: Refactor and fix linux compiling. | Fernando Sahmkow | |
| 2021-11-16 | TextureCache: Add automatic anisotropic filtering and refactor code. | Fernando Sahmkow | |
| 2021-11-16 | Yuzu UI: Add button for Anti Alias | Fernando Sahmkow | |
| 2021-11-16 | Settings: Add anti-aliasing method setting | Marshall Mohror | |
| 2021-11-16 | QtGUI: Add buttton to toggle the filter. | FernandoS27 | |
| 2021-11-16 | VideoCore: Add gaussian filtering. | FernandoS27 | |
| 2021-11-16 | VideoCore: Add more rescaling option. | FernandoS27 | |
| 2021-11-16 | Video Core: fix building for GCC. | Fernando Sahmkow | |
| 2021-11-16 | Presentation: add Nearest Neighbor filter. | Fernando Sahmkow | |
| 2021-11-16 | vulkan: Implement FidelityFX Super Resolution | Marshall Mohror | |
| 2021-11-16 | Texture Cahe: Fix downscaling on SMO. | Fernando Sahmkow | |
| 2021-11-16 | video_core: Refactor resolution scale function | ameerj | |
| 2021-11-16 | video_core: Misc resolution scaling related refactoring | ameerj | |
| 2021-11-16 | Renderer: Implement Bicubic and ScaleForce filters. | Fernando Sahmkow | |
| 2021-11-16 | common/settings: Remove unused scaling options | ReinUsesLisp | |
| 2021-11-16 | Settings: eliminate rescaling_factor. | Fernando Sahmkow | |
| 2021-11-16 | Settings: Add resolution scaling to settings. | Fernando Sahmkow | |
| 2021-11-16 | VideoCore: Initial Setup for the Resolution Scaler. | Fernando Sahmkow | |
| 2021-11-13 | Merge pull request #7272 from behunin/the-courteous-logger | bunnei | |
| Logging: Impl refactor | |||
| 2021-11-02 | common: Implement a subset of P0323 (std::expected) | Morph | |
| This implementation is based on and is a subset of the proposed implementation of std::expected https://github.com/TartanLlama/expected/blob/master/include/tl/expected.hpp | |||
| 2021-11-01 | Refactor Logging Impl | Levi Behunin | |
| Loop on stop_token and remove final_entry in Entry. Move Backend thread out of Impl Constructor to its own function. Add Start function for backend thread. Use stop token in PopWait and check if entry filename is nullptr before logging. | |||
| 2021-10-20 | common/alignment: Fix VS2022 compilation | ameerj | |
| VS2022 seems to introduce an optimization when moving vectors to check for equality of the element values. AlignmentAllocator needed to overload the equality operator to fix compilation of its usage in vector moving. | |||
| 2021-10-17 | settings: Remove std::chrono usage | ameerj | |
| Alleviates the dependency on chrono for all files that include settings.h | |||
| 2021-10-14 | string_util: Make use of std::string_view and add bounds checking | Morph | |
| Makes use of std::string_view in StringFromFixedZeroTerminatedBuffer and add bounds checking | |||
| 2021-10-14 | string_util: Prevent out of bounds access in u16string_view buffer | Morph | |
| 2021-10-11 | common/fs/path_util: Slightly refactor PathManagerImpl's constructor | Creak | |
| This moves all GenerateYuzuPath calls outside of the platofrm-specific #ifdefs, replacing them with assignments to paths. | |||
| 2021-10-05 | Merge pull request #7115 from ameerj/log-compile | bunnei | |
| common/logging: Reduce dependent header include overhead | |||
| 2021-10-01 | Merge pull request #7102 from Morph1984/remove-boxcat | bunnei | |
| Remove Boxcat BCAT backend | |||
| 2021-10-01 | common/logging: Reduce scope of fmt include | ameerj | |
| 2021-10-01 | common/logging: Move Log::Entry declaration to a separate header | ameerj | |
| This reduces the load of requiring to include std::chrono in all files which include log.h | |||
| 2021-09-29 | Fixed invalid iterator usage | Andrew Strelsky | |
| 2021-09-29 | settings: Remove BCAT settings | Morph | |
| 2021-09-24 | general: Update style to clang-format-12 | ameerj | |
| 2021-09-22 | common/uuid: Add validity checking functions to interface | Lioncash | |
| Given we have a function to invalidate, we should also have ones to query the validity. Also makes the code more straightforward to read. | |||
| 2021-09-18 | Merge pull request #7019 from ameerj/videocore-jthread | bunnei | |
| videocore: Use std::jthread for worker threads | |||
| 2021-09-18 | input_common/tas: Document the main class | german77 | |
| 2021-09-18 | input_common/tas: Add swap controller | german77 | |
| 2021-09-18 | input_common/tas: Fallback to simple update | MonsterDruide1 | |
