summaryrefslogtreecommitdiff
path: root/src/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* externals: Update to fmt 10 and add format_as formatter for BitFieldGravatar Morph2023-05-281-0/+5
* textures: add BC1 and BC3 compressors and recompression settingGravatar Liam2023-05-232-0/+11
* Merge pull request #10181 from lat9nq/intel-compute-toggleGravatar liamwhite2023-05-152-0/+2
|\
| * settings: Add enable compute pipelinesGravatar lat9nq2023-05-072-0/+2
* | Merge pull request #10132 from Kelebek1/fermi_blit2Gravatar liamwhite2023-05-111-0/+9
|\ \
| * | Allow Fermi blit accelerate to add src/dst to the cache if they don't exist a...Gravatar Kelebek12023-05-111-0/+9
* | | service: nfp: Allow to load with a different amiibo idGravatar german772023-05-091-0/+2
|/ /
* | Settings: add option to enable / disable reactive flushingGravatar Fernando Sahmkow2023-05-072-0/+3
* | Fix address space allocator slow path to avoid OOBGravatar Kelebek12023-05-071-1/+1
|/
* Merge pull request #10125 from lat9nq/vsync-selectGravatar bunnei2023-05-062-3/+10
|\
| * settings: Enable FIFO relaxedGravatar lat9nq2023-05-021-5/+6
| * configuration: Expose separate swap present modesGravatar lat9nq2023-05-022-3/+9
* | Merge pull request #10167 from german77/motion_previewGravatar liamwhite2023-05-062-0/+16
|\ \
| * | input_common: Add property to invert an axis buttonGravatar Narr the Reg2023-05-052-1/+3
| * | yuzu: Add motion preview to controller inputGravatar Narr the Reg2023-05-051-0/+14
* | | Fix read access violationGravatar Roni Kirla2023-05-071-1/+1
|/ /
* | settings: remove pessimistic flushingGravatar Liam2023-05-032-2/+0
* | Merge pull request #10124 from liamwhite/pebkacGravatar Morph2023-05-032-2/+4
|\ \ | |/ |/|
| * settings: rename extended memory layout to unsafe, move from general to systemGravatar Liam2023-04-302-2/+4
* | vk_present_manager: Add toggle for async presentationGravatar GPUCode2023-05-012-0/+2
* | common: add intrusive list typeGravatar Liam2023-04-291-0/+631
|/
* general: fixes for gcc 13Gravatar Liam2023-04-022-13/+0
* Fixes 'Continous' typoGravatar Max Dunbar2023-03-291-3/+3
* telemetry: Add waitpkg instructionGravatar Morph2023-03-271-0/+1
* x64: Simplify RDTSC on non-MSVC compilersGravatar Morph2023-03-272-16/+10
* x64: Add MicroSleepGravatar Morph2023-03-273-0/+84
* x64: cpu_detect: Add detection of waitpkg instructionsGravatar Morph2023-03-272-0/+2
* container_hash: use climitsGravatar Liam2023-03-261-0/+1
* common: Port boost's hash_value implementationGravatar Morph2023-03-252-0/+92
* zstd: Use ZSTD_getFrameContentSize instead of ZSTD_getDecompressedSizeGravatar Morph2023-03-231-1/+1
* Merge pull request #9971 from Morph1984/qGravatar liamwhite2023-03-232-121/+211
|\
| * bounded_threadsafe_queue: Refactor PopGravatar Morph2023-03-211-140/+62
| * bounded_threadsafe_queue: Add producer cv to avoid busy waitingGravatar Morph2023-03-211-17/+29
| * bounded_threadsafe_queue: Deduplicate and add PushModesGravatar Morph2023-03-212-87/+85
| * bounded_threadsafe_queue: Add TryPushGravatar Morph2023-03-211-0/+71
| * logging: Make use of bounded queueGravatar Morph2023-03-211-8/+8
| * bounded_threadsafe_queue: Use simplified impl of bounded queueGravatar Morph2023-03-211-112/+199
* | Merge pull request #9964 from liamwhite/typed-addressGravatar liamwhite2023-03-232-0/+321
|\ \ | |/ |/|
| * kernel: use KTypedAddress for addressesGravatar Liam2023-03-222-0/+321
* | common: string_util: Use std::string_view for UTF16ToUTF8/UTF8ToUTF16W.Gravatar bunnei2023-03-182-11/+11
* | common: bounded_threadsafe_queue: Use polyfill_thread.Gravatar bunnei2023-03-171-2/+3
|/
* general: fix spelling mistakesGravatar Liam2023-03-126-15/+15
* Merge pull request #9917 from Morph1984/the-real-timeGravatar liamwhite2023-03-104-7/+72
|\
| * native_clock: Wait for 10 seconds instead of 30Gravatar Morph2023-03-071-3/+3
| * native_clock: Use RealTimeClock instead of SteadyClockGravatar Morph2023-03-071-4/+4
| * steady_clock: Introduce a real time clockGravatar Morph2023-03-072-0/+36
| * native_clock: Re-adjust the RDTSC frequencyGravatar Morph2023-03-072-5/+34
* | Merge pull request #9906 from german77/metroid2Gravatar bunnei2023-03-081-1/+1
|\ \
| * | input_common: Increase mouse sensitivity rangeGravatar german772023-03-071-1/+1
* | | Merge pull request #9918 from liamwhite/fwrapvGravatar Morph2023-03-072-0/+23
|\ \ \