| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | settings: Fix Debug controller type options | 2021-11-24 | 1 | -2/+2 | ||
| | | ||||||
| * | kraken: Address comments from review | 2021-11-24 | 2 | -3/+2 | ||
| | | | | | start lion review | |||||
| * | core/hid: Add TAS input | 2021-11-24 | 1 | -1/+0 | ||
| | | ||||||
| * | input_common: Add manual update options to input devices | 2021-11-24 | 1 | -0/+10 | ||
| | | ||||||
| * | core/hid: Fix rumble too strong at 1% | 2021-11-24 | 1 | -0/+7 | ||
| | | ||||||
| * | core/hid: Only signal when needed | 2021-11-24 | 1 | -0/+1 | ||
| | | ||||||
| * | core/hid: Add output devices | 2021-11-24 | 1 | -0/+39 | ||
| | | ||||||
| * | settings: Cleanup settings | 2021-11-24 | 2 | -4/+12 | ||
| | | ||||||
| * | common: Rewrite and move core/frontend/input.h to common | 2021-11-24 | 2 | -0/+243 | ||
| | | ||||||
| * | configure_general: Allow framerate cap to be used in custom game configs | 2021-11-21 | 2 | -1/+2 | ||
| | | ||||||
| * | TextureCache: Refactor and fix linux compiling. | 2021-11-20 | 1 | -0/+7 | ||
| | | ||||||
| * | TextureCache: Add automatic anisotropic filtering and refactor code. | 2021-11-16 | 1 | -1/+1 | ||
| | | ||||||
| * | Yuzu UI: Add button for Anti Alias | 2021-11-16 | 1 | -0/+1 | ||
| | | ||||||
| * | Settings: Add anti-aliasing method setting | 2021-11-16 | 2 | -0/+7 | ||
| | | ||||||
| * | QtGUI: Add buttton to toggle the filter. | 2021-11-16 | 1 | -0/+1 | ||
| | | ||||||
| * | VideoCore: Add gaussian filtering. | 2021-11-16 | 1 | -2/+3 | ||
| | | ||||||
| * | VideoCore: Add more rescaling option. | 2021-11-16 | 2 | -4/+20 | ||
| | | ||||||
| * | Video Core: fix building for GCC. | 2021-11-16 | 1 | -2/+2 | ||
| | | ||||||
| * | Presentation: add Nearest Neighbor filter. | 2021-11-16 | 1 | -4/+5 | ||
| | | ||||||
| * | vulkan: Implement FidelityFX Super Resolution | 2021-11-16 | 1 | -0/+1 | ||
| | | ||||||
| * | Texture Cahe: Fix downscaling on SMO. | 2021-11-16 | 2 | -0/+3 | ||
| | | ||||||
| * | video_core: Refactor resolution scale function | 2021-11-16 | 1 | -0/+14 | ||
| | | ||||||
| * | video_core: Misc resolution scaling related refactoring | 2021-11-16 | 1 | -1/+1 | ||
| | | ||||||
| * | Renderer: Implement Bicubic and ScaleForce filters. | 2021-11-16 | 2 | -15/+12 | ||
| | | ||||||
| * | common/settings: Remove unused scaling options | 2021-11-16 | 2 | -18/+7 | ||
| | | ||||||
| * | Settings: eliminate rescaling_factor. | 2021-11-16 | 2 | -2/+2 | ||
| | | ||||||
| * | Settings: Add resolution scaling to settings. | 2021-11-16 | 2 | -4/+60 | ||
| | | ||||||
| * | VideoCore: Initial Setup for the Resolution Scaler. | 2021-11-16 | 2 | -0/+19 | ||
| | | ||||||
| * | Merge pull request #7272 from behunin/the-courteous-logger | 2021-11-13 | 3 | -28/+39 | ||
| |\ | | | | | Logging: Impl refactor | |||||
| | * | Refactor Logging Impl | 2021-11-01 | 3 | -28/+39 | ||
| | | | | | | | | | | | | | | | 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. | |||||
| * | | common: Implement a subset of P0323 (std::expected) | 2021-11-02 | 2 | -0/+988 | ||
| |/ | | | | | 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 | |||||
| * | common/alignment: Fix VS2022 compilation | 2021-10-20 | 1 | -1/+6 | ||
| | | | | | 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. | |||||
| * | settings: Remove std::chrono usage | 2021-10-17 | 1 | -3/+2 | ||
| | | | | | Alleviates the dependency on chrono for all files that include settings.h | |||||
| * | string_util: Make use of std::string_view and add bounds checking | 2021-10-14 | 2 | -5/+5 | ||
| | | | | | Makes use of std::string_view in StringFromFixedZeroTerminatedBuffer and add bounds checking | |||||
| * | string_util: Prevent out of bounds access in u16string_view buffer | 2021-10-14 | 1 | -2/+2 | ||
| | | ||||||
| * | common/fs/path_util: Slightly refactor PathManagerImpl's constructor | 2021-10-11 | 1 | -12/+15 | ||
| | | | | This moves all GenerateYuzuPath calls outside of the platofrm-specific #ifdefs, replacing them with assignments to paths. | |||||
| * | Merge pull request #7115 from ameerj/log-compile | 2021-10-05 | 7 | -18/+39 | ||
| |\ | | | | | common/logging: Reduce dependent header include overhead | |||||
| | * | common/logging: Reduce scope of fmt include | 2021-10-01 | 2 | -1/+2 | ||
| | | | ||||||
| | * | common/logging: Move Log::Entry declaration to a separate header | 2021-10-01 | 6 | -17/+37 | ||
| | | | | | | | | | This reduces the load of requiring to include std::chrono in all files which include log.h | |||||
| * | | Merge pull request #7102 from Morph1984/remove-boxcat | 2021-10-01 | 2 | -4/+0 | ||
| |\ \ | |/ |/| | Remove Boxcat BCAT backend | |||||
| | * | settings: Remove BCAT settings | 2021-09-29 | 2 | -4/+0 | ||
| | | | ||||||
| * | | Fixed invalid iterator usage | 2021-09-29 | 1 | -1/+1 | ||
| |/ | ||||||
| * | general: Update style to clang-format-12 | 2021-09-24 | 4 | -22/+28 | ||
| | | ||||||
| * | common/uuid: Add validity checking functions to interface | 2021-09-22 | 1 | -0/+7 | ||
| | | | | | | Given we have a function to invalidate, we should also have ones to query the validity. Also makes the code more straightforward to read. | |||||
| * | Merge pull request #7019 from ameerj/videocore-jthread | 2021-09-18 | 1 | -5/+22 | ||
| |\ | | | | | videocore: Use std::jthread for worker threads | |||||
| | * | threadsafe_queue: Add std::stop_token overload to PopWait | 2021-09-15 | 1 | -5/+22 | ||
| | | | | | | | | | Useful for jthreads which make use of the threadsafe queues. | |||||
| * | | input_common/tas: Document the main class | 2021-09-18 | 1 | -7/+4 | ||
| | | | ||||||
| * | | input_common/tas: Add swap controller | 2021-09-18 | 1 | -1/+1 | ||
| | | | ||||||
| * | | input_common/tas: Fallback to simple update | 2021-09-18 | 1 | -4/+3 | ||
| | | | ||||||
| * | | config: Move TAS options to it's own menu | 2021-09-18 | 3 | -4/+3 | ||
| | | | ||||||