summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2022-11-18Merge pull request #9234 from liamwhite/data-cash-moneybunnei
2022-11-17Merge pull request #9229 from Docteh/achy_breaky_heartMorph
2022-11-13Add break for default casesKyle Kienapfel
2022-11-12common: add cache management functionsLiam
2022-11-11Add CPU core count to log filesMatías Locatti
2022-11-10Merge pull request #9198 from liamwhite/arm64bunnei
2022-11-09Initial ARM64 supportLiam
2022-11-09Add break statement in default casesEnrico Mancuso
2022-10-26concepts: Use the std::contiguous_iterator conceptMorph
2022-10-25Merge pull request #9107 from german77/gidoly_rulesliamwhite
2022-10-22CMakeLists: Disable C4100 and C4324Morph
2022-10-22CMakeLists: Remove redundant warningsMorph
2022-10-22CMakeLists: Treat MSVC warnings as errorsMorph
2022-10-22general: Enforce C4800 everywhere except in video_coreMorph
2022-10-22CMakeLists: Remove all redundant warningsMorph
2022-10-21input_common: cache vibration testsgerman77
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