summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reaper: Tune it up to be an smart GC.Gravatar Fernando Sahmkow2021-06-165-13/+130
* Initial Reaper SetupGravatar ReinUsesLisp2021-06-166-56/+226
* vulkan_memory_allocator: Release allocations with no commitsGravatar ReinUsesLisp2021-06-162-5/+22
* 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
* | hle: kernel: KClientPort: Add an assert for session count.Gravatar bunnei2021-06-091-0/+3
* | hle: service: sm: Fix GetService setup of session & port.Gravatar bunnei2021-06-092-5/+5
* | hle: service: Use correct size for ServerSessionCountMax.Gravatar bunnei2021-06-091-4/+6
* | hle: kernel: KServerSession: Fix client disconnected.Gravatar bunnei2021-06-093-9/+8