summaryrefslogtreecommitdiff
path: root/src/common (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-01vk_present_manager: Add toggle for async presentationGravatar GPUCode2-0/+2
2023-04-30settings: rename extended memory layout to unsafe, move from general to systemGravatar Liam2-2/+4
2023-04-29common: add intrusive list typeGravatar Liam1-0/+631
2023-04-02general: fixes for gcc 13Gravatar Liam2-13/+0
2023-03-29Fixes 'Continous' typoGravatar Max Dunbar1-3/+3
2023-03-27telemetry: Add waitpkg instructionGravatar Morph1-0/+1
2023-03-27x64: Simplify RDTSC on non-MSVC compilersGravatar Morph2-16/+10
2023-03-27x64: Add MicroSleepGravatar Morph3-0/+84
2023-03-27x64: cpu_detect: Add detection of waitpkg instructionsGravatar Morph2-0/+2
2023-03-26container_hash: use climitsGravatar Liam1-0/+1
2023-03-25common: Port boost's hash_value implementationGravatar Morph2-0/+92
2023-03-23zstd: Use ZSTD_getFrameContentSize instead of ZSTD_getDecompressedSizeGravatar Morph1-1/+1
2023-03-22kernel: use KTypedAddress for addressesGravatar Liam2-0/+321
2023-03-21bounded_threadsafe_queue: Refactor PopGravatar Morph1-140/+62
2023-03-21bounded_threadsafe_queue: Add producer cv to avoid busy waitingGravatar Morph1-17/+29
2023-03-21bounded_threadsafe_queue: Deduplicate and add PushModesGravatar Morph2-87/+85
2023-03-21bounded_threadsafe_queue: Add TryPushGravatar Morph1-0/+71
2023-03-21logging: Make use of bounded queueGravatar Morph1-8/+8
2023-03-21bounded_threadsafe_queue: Use simplified impl of bounded queueGravatar Morph1-112/+199
2023-03-18common: string_util: Use std::string_view for UTF16ToUTF8/UTF8ToUTF16W.Gravatar bunnei2-11/+11
2023-03-17common: bounded_threadsafe_queue: Use polyfill_thread.Gravatar bunnei1-2/+3
2023-03-12general: fix spelling mistakesGravatar Liam6-15/+15
2023-03-07native_clock: Wait for 10 seconds instead of 30Gravatar Morph1-3/+3
2023-03-07native_clock: Use RealTimeClock instead of SteadyClockGravatar Morph1-4/+4
2023-03-07steady_clock: Introduce a real time clockGravatar Morph2-0/+36
2023-03-07native_clock: Re-adjust the RDTSC frequencyGravatar Morph2-5/+34
2023-03-08input_common: Minor typo issues (#9922)Gravatar Narr the Reg1-1/+1
2023-03-07input_common: Increase mouse sensitivity rangeGravatar german771-1/+1
2023-03-07common: make BitCast constexprGravatar Liam1-9/+11
2023-03-07kernel: avoid signed overflow UB on MSVCGravatar Liam2-0/+23
2023-03-06fix typo in settings.hGravatar Ikko Eltociear Ashimine1-4/+4
2023-03-05native_clock: Round RDTSC frequency to the nearest 1000Gravatar Morph1-5/+12
2023-03-05timer_resolution: Set current process to High QoSGravatar Morph1-0/+22
2023-03-05core_timing: Use higher precision sleeps on WindowsGravatar Morph2-0/+8
2023-03-05wall_clock: Make use of SteadyClockGravatar Morph1-23/+11
2023-03-05common: Implement a method to change the Windows timer resolutionGravatar Morph3-0/+133
2023-03-05common: Implement a high resolution steady clockGravatar Morph3-0/+81
2023-03-01nvnflinger: fix nameGravatar Liam2-102/+102
2023-02-28cmake: use correct boost imported targetsGravatar Alexandre Bouvier1-1/+1
2023-02-26Revert "yuzu: config: Remove player 8 and 9 from config file"Gravatar Narr the Reg1-1/+1
2023-02-25yuzu: config: Remove player 8 and 9 from config fileGravatar Narr the Reg1-1/+1
2023-02-22configuration: Add async ASTC decode settingGravatar ameerj2-0/+3
2023-02-22texture_cache: Add async texture decodingGravatar ameerj1-0/+1
2023-02-21settings: Add more input settings to the logGravatar Narr the Reg1-0/+7
2023-02-14remove static from pointer sized or smaller types for aesthetics, change cons...Gravatar arades792-5/+5
2023-02-14don't use static inside constexpr functionGravatar arades791-6/+6
2023-02-14add static lifetime to constexpr values to force compile time evaluation wher...Gravatar arades793-11/+11
2023-02-12Update settings.cppGravatar m-HD1-0/+4
2023-02-09input_common: Reintroduce custom pro controller supportGravatar Narr the Reg1-0/+1
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"Gravatar ameerj2-2/+3