summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | shader_recompiler: Decrease indirect cbuf limit to match hardwareGravatar Liam2022-04-041-1/+1
| * | | | | | | | | | shader_compiler: support const buffer indirect addressing in GLSLGravatar Liam2022-04-014-9/+38
| * | | | | | | | | | shader_recompiler: support const buffer indirect addressing on OpenGL SPIR-VGravatar Liam2022-04-013-17/+14
* | | | | | | | | | | Merge pull request #8164 from liamwhite/jit-stubGravatar bunnei2022-04-068-1/+88
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | service: jit: stub JIT serviceGravatar Liam2022-04-068-1/+88
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #8122 from bunnei/improve-thread-usageGravatar bunnei2022-04-0613-27/+74
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | hle: service: nvdrv: Create a service thread where appropriate.Gravatar Morph2022-04-021-1/+1
| * | | | | | | | | | hle: service: vi: Create a service thread where appropriate.Gravatar bunnei2022-04-021-1/+2
| * | | | | | | | | | hle: service: bsd: Create a service thread where appropriate.Gravatar bunnei2022-04-021-1/+2
| * | | | | | | | | | hle: service: filesystem: Create a service thread where appropriate.Gravatar bunnei2022-04-021-5/+8
| * | | | | | | | | | hle: service: audio: Create a service thread where appropriate.Gravatar bunnei2022-04-022-4/+6
| * | | | | | | | | | hle: service: Add option for service interfaces to create or use the default ...Gravatar bunnei2022-04-025-11/+29
| * | | | | | | | | | hle: kernel: Create a default thread for services that do not need their own ...Gravatar bunnei2022-04-022-4/+26
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | service: hid: Partially revert #8123Gravatar german772022-04-051-0/+4
* | | | | | | | | | Merge pull request #8137 from bunnei/improve-nvflinger-2Gravatar bunnei2022-04-059-91/+99
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | hle: service: nvflinger: buffer_queue_producer: Cleanup & fixes.Gravatar bunnei2022-04-012-61/+42
| * | | | | | | | | hle: service: nvflinger: consumer_base: Cleanup & fixes.Gravatar bunnei2022-04-012-15/+17
| * | | | | | | | | hle: service: nvflinger: buffer_queue_producer: Cleanup & add GetReleasedBuff...Gravatar bunnei2022-04-012-10/+38
| * | | | | | | | | hle: service: nvflinger: buffer_queue_core: Cleanup & fixes.Gravatar bunnei2022-04-012-3/+0
| * | | | | | | | | hle: service: nvflinger: Use correct logger namespace.Gravatar bunnei2022-04-011-2/+2
| |/ / / / / / / /
* | | | | | | | | Merge pull request #8100 from Morph1984/registered-crashGravatar bunnei2022-04-051-2/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | registered_cache: Prevent nullptr dereference when accumulating filesGravatar Morph2022-03-271-2/+4
* | | | | | | | | | Merge pull request #8159 from merryhime/pstGravatar Mai M2022-04-052-0/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | dynarmic: Print stack trace on unrecognised instruction or other exceptionGravatar merry2022-04-052-0/+4
* | | | | | | | | | | build: remove -fconceptsGravatar Andrea Pappacoda2022-04-051-6/+0
|/ / / / / / / / / /
* | | | | | | | | | Revert "texture_cache/util: Remove unneeded ReadBlockUnsafe"Gravatar bunnei2022-04-041-0/+1
* | | | | | | | | | texture_cache/util: Remove unneeded ReadBlockUnsafeGravatar ameerj2022-04-041-1/+0
* | | | | | | | | | Merge pull request #8089 from merryhime/paranoiaGravatar bunnei2022-04-044-45/+63
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | configure_cpu: More descriptive text for Paranoid optionGravatar merry2022-03-261-1/+1
| * | | | | | | | | configuration: Add Paranoid CPU accuracy levelGravatar merry2022-03-264-45/+63
* | | | | | | | | | Merge pull request #8105 from merryhime/atomicload128Gravatar bunnei2022-04-032-4/+96
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | native_clock: Use writeback from CAS to avoid double-loadingGravatar merry2022-04-021-4/+6
| * | | | | | | | | | atomic_ops: Implement AtomicCompareAndSwap with writebackGravatar merry2022-04-021-0/+73
| * | | | | | | | | | native_clock: Use AtomicLoad128Gravatar Merry2022-04-021-2/+2
| * | | | | | | | | | atomic_ops: Implement AtomicLoad128Gravatar Merry2022-04-021-0/+17
* | | | | | | | | | | Merge pull request #8135 from Morph1984/websession-hackGravatar bunnei2022-04-021-0/+8
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | applets/web: Keep foreground (websession) web applet openGravatar Morph2022-04-011-0/+8
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #8123 from german77/bombslingerGravatar bunnei2022-04-023-66/+69
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | service: npad: Default initialize shared memoryGravatar german772022-04-021-48/+48
| * | | | | | | | | | service: hid: Remove inaccurate behavior on initializationGravatar german772022-03-313-18/+21
* | | | | | | | | | | Merge pull request #8134 from Tachi107/remove-time-stretcherGravatar merry2022-04-026-137/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | audio_core: remove time stretcherGravatar Andrea Pappacoda2022-04-016-137/+3
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #8141 from merryhime/configure-hotkeys-columnsGravatar Morph2022-04-021-3/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | configure_hotkeys: Make first column stretch and not last columnGravatar merry2022-04-021-3/+4
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #8140 from merryhime/per-game-addon-columnsGravatar Morph2022-04-021-1/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | configure_per_game_addons: Set tree view minimum section size to 150pxGravatar merry2022-04-021-0/+1
| * | | | | | | | | | | configure_per_game_addons: Stretch first column and not lastGravatar merry2022-04-021-1/+4
| |/ / / / / / / / / /
* / / / / / / / / / / fix: typosGravatar Andrea Pappacoda2022-04-025-10/+10
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #8128 from FernandoS27/gc-fixesGravatar Fernando S2022-04-012-3/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | GPU Garbage Collection: Fix regressions.Gravatar Fernando Sahmkow2022-04-012-3/+1