summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2021-11-24settings: Cleanup settingsgerman77
2021-11-24common: Rewrite and move core/frontend/input.h to commongerman77
2021-11-21configure_general: Allow framerate cap to be used in custom game configsKewlan
2021-11-20TextureCache: Refactor and fix linux compiling.Fernando Sahmkow
2021-11-16TextureCache: Add automatic anisotropic filtering and refactor code.Fernando Sahmkow
2021-11-16Yuzu UI: Add button for Anti AliasFernando Sahmkow
2021-11-16Settings: Add anti-aliasing method settingMarshall Mohror
2021-11-16QtGUI: Add buttton to toggle the filter.FernandoS27
2021-11-16VideoCore: Add gaussian filtering.FernandoS27
2021-11-16VideoCore: Add more rescaling option.FernandoS27
2021-11-16Video Core: fix building for GCC.Fernando Sahmkow
2021-11-16Presentation: add Nearest Neighbor filter.Fernando Sahmkow
2021-11-16vulkan: Implement FidelityFX Super ResolutionMarshall Mohror
2021-11-16Texture Cahe: Fix downscaling on SMO.Fernando Sahmkow
2021-11-16video_core: Refactor resolution scale functionameerj
2021-11-16video_core: Misc resolution scaling related refactoringameerj
2021-11-16Renderer: Implement Bicubic and ScaleForce filters.Fernando Sahmkow
2021-11-16common/settings: Remove unused scaling optionsReinUsesLisp
2021-11-16Settings: eliminate rescaling_factor.Fernando Sahmkow
2021-11-16Settings: Add resolution scaling to settings.Fernando Sahmkow
2021-11-16VideoCore: Initial Setup for the Resolution Scaler.Fernando Sahmkow
2021-11-13Merge pull request #7272 from behunin/the-courteous-loggerbunnei
2021-11-02common: Implement a subset of P0323 (std::expected)Morph
2021-11-01 Refactor Logging ImplLevi Behunin
2021-10-20common/alignment: Fix VS2022 compilationameerj
2021-10-17settings: Remove std::chrono usageameerj
2021-10-14string_util: Make use of std::string_view and add bounds checkingMorph
2021-10-14string_util: Prevent out of bounds access in u16string_view bufferMorph
2021-10-11common/fs/path_util: Slightly refactor PathManagerImpl's constructorCreak
2021-10-05Merge pull request #7115 from ameerj/log-compilebunnei
2021-10-01Merge pull request #7102 from Morph1984/remove-boxcatbunnei
2021-10-01common/logging: Reduce scope of fmt includeameerj
2021-10-01common/logging: Move Log::Entry declaration to a separate headerameerj
2021-09-29Fixed invalid iterator usageAndrew Strelsky
2021-09-29settings: Remove BCAT settingsMorph
2021-09-24general: Update style to clang-format-12ameerj
2021-09-22common/uuid: Add validity checking functions to interfaceLioncash
2021-09-18Merge pull request #7019 from ameerj/videocore-jthreadbunnei
2021-09-18input_common/tas: Document the main classgerman77
2021-09-18input_common/tas: Add swap controllergerman77
2021-09-18input_common/tas: Fallback to simple updateMonsterDruide1
2021-09-18config: Move TAS options to it's own menugerman77
2021-09-18core: Hacky TAS syncing & load pausingMonsterDruide1
2021-09-18settings: File selector & other settingsMonsterDruide1
2021-09-18input_common/tas: Base playback & recording systemMonsterDruide1
2021-09-18Merge pull request #7020 from Moonlacer/remove_audio_stretchingbunnei
2021-09-17Merge pull request #6950 from german77/multiplaybunnei
2021-09-15fix_accidental_deletionMoonlacer
2021-09-15remove-audio-stretching-settingMoonlacer
2021-09-15threadsafe_queue: Add std::stop_token overload to PopWaitameerj