summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2022-03-20general: Fix clang/gcc build errorsameerj
2022-03-19common: Reduce unused includesameerj
2022-03-19common: Reduce unused includesameerj
2022-03-14common: tree: Various updates.bunnei
2022-03-14common: intrusive_red_black_tree: Various updates.bunnei
2022-03-11cpu_detect: Add additional x86 flags and telemetryWunkolo
2022-03-11common/telemetry: Update `AddField` name type to `string_view`Wunkolo
2022-03-10backend: Ensure backend_thread is destructed before message_queueMerry
2022-03-09cpu_detect: Revert `__cpuid{ex}` array-type argumentWunkolo
2022-03-09cpu_detect: Add missing `lzcnt` detectionWunkolo
2022-03-09cpu_detect: Refactor cpu/manufacturer identificationWunkolo
2022-03-09cpu_detect: Update array-types to `span` and `array`Wunkolo
2022-03-09cpu_detect: Utilize `Bit<N>` utility functionWunkolo
2022-03-09cpu_detect: Compact capability fieldsWunkolo
2022-03-09bit_util: Add `bit` utility functionWunkolo
2022-03-06Merge pull request #7973 from Morph1984/debug-crashFernando S
2022-03-02Merge pull request #7935 from Wunkolo/logging-join-fixbunnei
2022-03-02host_memory: Fix fastmem crashes in debug buildsMorph
2022-02-27logging: Convert `backend_thread` into an `std::jthread`Wunkolo
2022-02-27dynarmic: Inline exclusive memory accessesmerry
2022-02-21settings: Add a new "use_extended_memory_layout" setting.bunnei
2022-02-19fixup! core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory.bunnei
2022-02-18core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory.bunnei
2022-02-17common: Add NullVisitor default constructorWunkolo
2022-02-16Merge pull request #7878 from german77/mnppbunnei
2022-02-13common: fs_util: Add buffer to string view utility functionsMorph
2022-02-10service/mnpp: Stub mnpp_appNarr the Reg
2022-02-10common: uuid: Use sizeof(u64) instead of 8 in Hash()Morph
2022-02-05common: uuid: Return an invalid UUID if conversion from string failsMorph
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph
2022-02-05common: uuid: Add AsU128()Morph
2022-02-05input/hid: Migrate to the new UUID implementationMorph
2022-02-05common: Implement NewUUIDMorph
2022-02-02common_types: Remove NonCopyable structLioncash
2022-02-02general: Replace NonCopyable struct with equivalentsLioncash
2022-02-01Merge pull request #7807 from german77/moar-buttonsbunnei
2022-02-01Merge pull request #7809 from Morph1984/clock-constantsbunnei
2022-02-01common/file: Remove [[nodiscard]] from Open()Lioncash
2022-01-30common: wall_clock: Check precision against the emulated CPU and CNTFRQMorph
2022-01-30common: wall_clock: Utilize constants for ms, us, and ns ratiosMorph
2022-01-30input_common: Add home and hard touch press buttons to UDP controllersgerman77
2022-01-28Merge pull request #7791 from german77/wall_clockMorph
2022-01-27wall_clock: use standard wall clock if rtsc frequency is too lowgerman77
2022-01-26common/xbyak_api: Make BuildRegSet() constexprLioncash
2022-01-23yuzu: Add setting to disable controller navigationgerman77
2022-01-20Merge pull request #7695 from Morph1984/is-pow2bunnei
2022-01-18Merge pull request #7725 from german77/mouse_in_motionbunnei
2022-01-16input_common: Reintroduce motion from mouse and use button namesgerman77
2022-01-14common: fiber: YieldTo: Avoid hard crash on nullptr previous_fiber.bunnei
2022-01-11common: bit_util: Add IsPow2 helper functionMorph