summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-17core: loader: kip: Minimal changes to fix KIP loading.bunnei
2021-12-18Merge pull request #7399 from ameerj/art-refactorFernando S
2021-12-17Merge pull request #7570 from ameerj/favorites-expandedbunnei
2021-12-15Merge pull request #7532 from goldenx86/patch-3bunnei
2021-12-16Suggestions from CrusadingNinjaMatías Locatti
2021-12-16Changed linkMatías Locatti
2021-12-15Merge pull request #7551 from vonchenplus/fix_blit_image_view_mismatchingbunnei
2021-12-15Merge pull request #7588 from Wunkolo/gibibibi-bytesbunnei
2021-12-15Merge pull request #7589 from yuzu-emu/revert-7565-fix-linux-decodingbunnei
2021-12-15Revert "video_core/codecs: refactor ffmpeg searching and handling in cmake"bunnei
2021-12-14yuzu/main: Fix host memory byte units. GB to GiBWunkolo
2021-12-14Merge pull request #7565 from liushuyu/fix-linux-decodingbunnei
2021-12-14Merge pull request #7558 from Morph1984/unused-cpu-family-modelMai M
2021-12-14Merge pull request #7549 from Morph1984/astc-8x5Mai M
2021-12-14Merge pull request #7579 from Morph1984/swkbd-oob-array-accessMai M
2021-12-14Merge pull request #7583 from german77/triggeredGhost
2021-12-14core/hid: Fix faulty analog triggersNarr the Reg
2021-12-14Merge pull request #7581 from lioncash/input-ifaceNarr the Reg
2021-12-14Merge pull request #7577 from v1993/patch-2Narr the Reg
2021-12-14input/SDL: Update SDL hintsValeri
2021-12-13CI: fix CI on Linuxliushuyu
2021-12-13video_core/codecs: skip decoders that use hw frames ...liushuyu
2021-12-13Merge pull request #7580 from lioncash/input-docbunnei
2021-12-13common/input: Avoid numerous large copies of CallbackStatusLioncash
2021-12-13common/cpu_detect: Remove CPU family and modelMorph
2021-12-13common/input: Remove unnecessary returnsLioncash
2021-12-13input_poller: Add missing override specifiersLioncash
2021-12-13input_mapping: Amend specification of parametersLioncash
2021-12-13input_poller: Remove several unnecessary @param tagsLioncash
2021-12-13Merge pull request #7575 from lioncash/inputbunnei
2021-12-13CI: fix MinGW installation stepliushuyu
2021-12-13ffmpeg: move the whole tree into externals/ffmpeg/ffmpeg ...liushuyu
2021-12-13cmake: refactor ffmpeg searching and handling logic on Linuxliushuyu
2021-12-13qt_software_keyboard: Fix out of bounds array accessMorph
2021-12-13Merge pull request #7576 from lioncash/tasenumbunnei
2021-12-13tas_input: Avoid minor copies in Read/WriteCommandButtons()Lioncash
2021-12-13tas_input: Remove unnecessary semicolonLioncash
2021-12-13tas_input: Execute clear() even if emptyLioncash
2021-12-13tas_input: Remove unnecessary includesLioncash
2021-12-13tas_input: std::move strings into vectorLioncash
2021-12-13tas_input: Use istringstream over stringstreamLioncash
2021-12-13tas_input: Use u8string_view instead of u8stringLioncash
2021-12-13tas_input: Remove unused std::smatch variableLioncash
2021-12-13tas_input: Amend -Wdocumentation warningsLioncash
2021-12-13tas_input: Make TasAxes enum an enum classLioncash
2021-12-13input_engine: Fix typo in TriggerOnAxisChange() parameter nameLioncash
2021-12-13input_engine: Simplify PreSet* family of functionsLioncash
2021-12-13input_engine: Avoid redundant map lookupsLioncash
2021-12-13input_engine: Remove left-over namespace qualifiersLioncash
2021-12-13input_engine: Iterate by reference rather than by value where applicableLioncash