summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2022-10-18fixed_point: Mark default constructor as constexprLioncash
2022-10-18fixed_point: Mark copy/move assignment operators and constructors as constexprLioncash
2022-10-18fixed_point: Mark std::swap and move constructor as noexceptLioncash
2022-10-18fixed_point: Mark relevant member function [[nodiscard]]Lioncash
2022-10-18fixed_point: Make to_uint() non-constLioncash
2022-10-18fixed_point: Use defaulted comparisonsLioncash
2022-10-18fixed_point: Use variable templates and concepts where applicableLioncash
2022-10-17Merge pull request #9054 from Docteh/just_lz4bunnei
2022-10-17fixed_point: Replace CONSTEXPR14 with constexprMorph
2022-10-17general: Add missing pragma onceMorph
2022-10-13CMake: Try add library "LZ4::lz4_shared" if "lz4::lz4" is unavailableKyle Kienapfel
2022-10-13settings: Update aspect_ratio rangeMorph
2022-10-09input_common: have an unique vector in callback statusgerman77
2022-10-06General: address feedbackFernando Sahmkow
2022-10-06general: rework usages of UNREACHABLE macroLiam
2022-10-06address_space: Rename va_start to virt_startMorph
2022-10-06address_space: Address feedbackMorph
2022-10-06general: Format licenses as per SPDX guidelinesMorph
2022-10-06General: Fix clang format.Fernando Sahmkow
2022-10-06Common: Fix variable shadowing.Fernando Sahmkow
2022-10-06General: Fix compilation for GCCLiam White
2022-10-06DMA & InlineToMemory Engines Rework.bunnei
2022-10-06MemoryManager: initial multi paging system implementation.Fernando Sahmkow
2022-10-06Refactor VideoCore to use AS sepparate from Channel.Fernando Sahmkow
2022-10-06NVDRV: Remake ASGPUFernando Sahmkow
2022-10-06VideoCore: Update MemoryManagerFernando Sahmkow
2022-10-06Common: implement MultiLevelPageTable.Fernando Sahmkow
2022-10-06NVDRV: Refactor and add new NvMap.Fernando Sahmkow
2022-10-03common: remove "yuzu:" prefix from thread namesLiam
2022-10-02service: nfp: address commentsgerman77
2022-10-02input_common: Create virtual amiibo drivergerman77
2022-09-24Merge pull request #8920 from abouvier/cmake-gitbunnei
2022-09-19yuzu qt: Add option to disable startup Vulkan checklat9nq
2022-09-18cmake: fix git detectionAlexandre Bouvier
2022-09-17Merge pull request #8650 from Kelebek1/vsyncbunnei
2022-09-16Merge pull request #8649 from lat9nq/common-position-independentMorph
2022-09-16Merge pull request #8682 from lat9nq/dumpyMorph
2022-09-13common: do not link to xbyak on non-amd64 architecturesliushuyu
2022-09-09Merge pull request #8864 from german77/toggle_analogbunnei
2022-09-08Merge pull request #8819 from liamwhite/cash-moneylat9nq
2022-09-06input_common: Add support for analog toggleNarr the Reg
2022-09-04yuzu: Use a debugger to generate minidumpslat9nq
2022-09-02Merge pull request #8822 from FearlessTobi/multiplayer-fixesbunnei
2022-09-01Silence std::aligned_storage warnings as it's deprecated in C++23,Kelebek1
2022-08-27yuzu: Display current game version in multiplayer roomFearlessTobi
2022-08-25video_core: add option for pessimistic flushingLiam
2022-08-21Merge pull request #8784 from Docteh/nosnekliamwhite
2022-08-19code: dodge PAGE_SIZE #defineKyle Kienapfel
2022-08-16common: remove unneeded x86-specific headerliushuyu
2022-08-15Make copyright headers SPDX-compliantFearlessTobi