summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* vulkan_debug_callback: Skip logging known false-positive validation errorsGravatar ameerj2021-06-171-0/+8
* Merge pull request #6418 from clementgallet/sdl-audio-backendGravatar bunnei2021-06-165-1/+211
|\
| * Various suggestions by v1993 and lioncashGravatar Clément Gallet2021-06-072-11/+9
| * Add sdl2 audio description in the yuzu-cmd config fileGravatar Clément Gallet2021-06-061-1/+2
| * Add SDL2 audio backendGravatar Clément Gallet2021-06-064-0/+211
* | Merge pull request #6469 from ReinUsesLisp/blit-view-compatGravatar Ameer J2021-06-161-1/+9
|\ \
| * | texture_cache/util: Avoid relaxed image views on different bytes per pixelGravatar ReinUsesLisp2021-06-141-1/+9
* | | Merge pull request #6464 from ameerj/disable-astcGravatar bunnei2021-06-1616-7/+1637
|\ \ \
| * | | astc_decoder: Fix LDR CEM1 endpoint calculationGravatar ameerj2021-06-152-2/+2
| * | | yuzu_cmd/config: Add Accelerate ASTC and missing NVDEC emulation settingsGravatar ameerj2021-06-152-2/+12
| * | | configure_graphics: Add Accelerate ASTC decoding settingGravatar ameerj2021-06-159-2/+32
| * | | textures: Reintroduce CPU ASTC decoderGravatar ameerj2021-06-154-2/+1592
* | | | Merge pull request #6460 from Morph1984/fs-access-log-fixGravatar Morph2021-06-1612-44/+64
|\ \ \ \
| * | | | common: fs: file: Remove redundant call to WriteStringToFileGravatar Morph2021-06-162-6/+1
| * | | | fsp_srv: Fix filesystem access loggingGravatar Morph2021-06-1610-38/+63
| |/ / /
* | | | Merge pull request #6462 from Morph1984/proper-flushGravatar bunnei2021-06-151-1/+5
|\ \ \ \ | |/ / / |/| | |
| * | | common: fs: file: Flush the file to the disk when Flush() is calledGravatar Morph2021-06-131-1/+5
* | | | lm: Demote guest logs to LOG_DEBUGGravatar ameerj2021-06-141-27/+20
* | | | Merge pull request #6456 from Morph1984/very-important-changesGravatar bunnei2021-06-141-1/+1
|\ \ \ \
| * | | | configure_cpu_debug: Clarify settings behaviorGravatar Morph2021-06-131-1/+1
| | |/ / | |/| |
* | | | Merge pull request #6448 from Morph1984/recursive-dir-iteratorGravatar Fernando Sahmkow2021-06-141-2/+16
|\ \ \ \
| * | | | common: fs: Use the normal directory iterator in *Recursively functionsGravatar Morph2021-06-121-2/+16
| |/ / /
* | | | general: Remove extraneous includesGravatar Morph2021-06-133-3/+0
* | | | common: logging: Restructure backend codeGravatar Morph2021-06-138-278/+288
* | | | common: logging: backend: Wrap IOFile in a unique_ptrGravatar Morph2021-06-132-6/+27
| |/ / |/| |
* | | Merge pull request #6452 from german77/sixaxis_firmware_stubGravatar Morph2021-06-132-1/+23
|\ \ \ | |/ / |/| |
| * | hid: Stub IsFirmwareUpdateAvailableForSixAxisSensorGravatar german772021-06-112-1/+23
* | | Merge pull request #6451 from Morph1984/check-disk-space-dumpGravatar bunnei2021-06-111-0/+12
|\ \ \
| * | | yuzu: main: Ensure enough space is available for RomFS dumpingGravatar Morph2021-06-111-0/+12
* | | | Merge pull request #6422 from FernandoS27/i-am-the-senateGravatar Mai M2021-06-1122-43/+950
|\ \ \ \ | |_|/ / |/| | |
| * | | common/host_memory: Implement a fallback if fastmem fails.Gravatar Markus Wick2021-06-112-14/+49
| * | | common/host_shader: Load Windows 10 functions dynamicallyGravatar ReinUsesLisp2021-06-111-29/+88
| * | | GPUTHread: Remove async reads from Normal Accuracy.Gravatar Fernando Sahmkow2021-06-111-18/+6
| * | | rasterizer: Update pages in batchesGravatar ReinUsesLisp2021-06-111-15/+41
| * | | host_memory: Support staged VirtualProtect callsGravatar ReinUsesLisp2021-06-111-3/+12
| * | | General: Add settings for fastmem and disabling adress space check.Gravatar FernandoS272021-06-1112-6/+83
| * | | common/host_memory: Optimize for huge tables.Gravatar Markus Wick2021-06-112-11/+24
| * | | core: Make use of fastmemGravatar Markus Wick2021-06-116-8/+30
| * | | tests: Add tests for host memoryGravatar ReinUsesLisp2021-06-112-0/+184
| * | | common/host_memory: Add Linux implementationGravatar Markus Wick2021-06-111-10/+120
| * | | common/host_memory: Add interface and Windows implementationGravatar ReinUsesLisp2021-06-113-0/+384
| |/ /
* | | Merge pull request #6443 from Morph1984/k-light-condition-variableGravatar bunnei2021-06-114-37/+43
|\ \ \ | |/ / |/| |
| * | kernel: Unconditionally set thread state when appropriateGravatar Morph2021-06-112-23/+12
| * | kernel: KLightConditionVariable: Update implementation to 12.xGravatar Morph2021-06-112-14/+31
* | | Merge pull request #6407 from lat9nq/fix-libusb-2Gravatar bunnei2021-06-101-2/+1
|\ \ \
| * | | cmake: General improvements to libusb linkingGravatar lat9nq2021-06-031-2/+1
* | | | Merge pull request #6445 from degasus/fix_ubsnGravatar bunnei2021-06-103-1/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix GCC undefined behavior sanitizer.Gravatar Markus Wick2021-06-103-1/+9
* | | | hle: service: sm: Remove redundant session reservation, etc.Gravatar bunnei2021-06-102-18/+13
|/ / /
* | | hle: service: Increase arbitrary max sessions limit.Gravatar bunnei2021-06-101-4/+1