summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2023-05-07Fix address space allocator slow path to avoid OOBKelebek1
2023-05-06Merge pull request #10125 from lat9nq/vsync-selectbunnei
2023-05-06Merge pull request #10167 from german77/motion_previewliamwhite
2023-05-07Fix read access violationRoni Kirla
2023-05-05input_common: Add property to invert an axis buttonNarr the Reg
2023-05-05yuzu: Add motion preview to controller inputNarr the Reg
2023-05-03settings: remove pessimistic flushingLiam
2023-05-03Merge pull request #10124 from liamwhite/pebkacMorph
2023-05-02settings: Enable FIFO relaxedlat9nq
2023-05-02configuration: Expose separate swap present modeslat9nq
2023-05-01vk_present_manager: Add toggle for async presentationGPUCode
2023-04-30settings: rename extended memory layout to unsafe, move from general to systemLiam
2023-04-29common: add intrusive list typeLiam
2023-04-02general: fixes for gcc 13Liam
2023-03-29Fixes 'Continous' typoMax Dunbar
2023-03-27telemetry: Add waitpkg instructionMorph
2023-03-27x64: Simplify RDTSC on non-MSVC compilersMorph
2023-03-27x64: Add MicroSleepMorph
2023-03-27x64: cpu_detect: Add detection of waitpkg instructionsMorph
2023-03-26container_hash: use climitsLiam
2023-03-25common: Port boost's hash_value implementationMorph
2023-03-23zstd: Use ZSTD_getFrameContentSize instead of ZSTD_getDecompressedSizeMorph
2023-03-23Merge pull request #9971 from Morph1984/qliamwhite
2023-03-23Merge pull request #9964 from liamwhite/typed-addressliamwhite
2023-03-22kernel: use KTypedAddress for addressesLiam
2023-03-21bounded_threadsafe_queue: Refactor PopMorph
2023-03-21bounded_threadsafe_queue: Add producer cv to avoid busy waitingMorph
2023-03-21bounded_threadsafe_queue: Deduplicate and add PushModesMorph
2023-03-21bounded_threadsafe_queue: Add TryPushMorph
2023-03-21logging: Make use of bounded queueMorph
2023-03-21bounded_threadsafe_queue: Use simplified impl of bounded queueMorph
2023-03-18common: string_util: Use std::string_view for UTF16ToUTF8/UTF8ToUTF16W.bunnei
2023-03-17common: bounded_threadsafe_queue: Use polyfill_thread.bunnei
2023-03-12general: fix spelling mistakesLiam
2023-03-10Merge pull request #9917 from Morph1984/the-real-timeliamwhite
2023-03-08Merge pull request #9906 from german77/metroid2bunnei
2023-03-07Merge pull request #9918 from liamwhite/fwrapvMorph
2023-03-07Merge pull request #9920 from liamwhite/constexpr-bit-castMorph
2023-03-07native_clock: Wait for 10 seconds instead of 30Morph
2023-03-07native_clock: Use RealTimeClock instead of SteadyClockMorph
2023-03-07steady_clock: Introduce a real time clockMorph
2023-03-07native_clock: Re-adjust the RDTSC frequencyMorph
2023-03-08input_common: Minor typo issues (#9922)Narr the Reg
2023-03-07input_common: Increase mouse sensitivity rangegerman77
2023-03-07common: make BitCast constexprLiam
2023-03-07kernel: avoid signed overflow UB on MSVCLiam
2023-03-07Merge pull request #9889 from Morph1984/time-is-tickingliamwhite
2023-03-06fix typo in settings.hIkko Eltociear Ashimine
2023-03-05native_clock: Round RDTSC frequency to the nearest 1000Morph
2023-03-05timer_resolution: Set current process to High QoSMorph