aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-10-24vulkan_common: use highest API versionLiam
2023-10-23qt: fix game list shutdown crashLiam
2023-10-23service: ipc: Add third read buffer indexNarr the Reg
2023-10-23service: caps: Implement SaveScreenShotEx0 and variantsgerman77
2023-10-23Merge pull request #11841 from german77/halpliamwhite
yuzu: fix restore shortcuts button
2023-10-23Merge pull request #11846 from german77/cheatsliamwhite
cheats: Clamp cheat names without failing
2023-10-23Merge pull request #11847 from ameerj/glsl-shfl-fixliamwhite
emit_glsl_warp: Fix shfl_in_bounds conditional
2023-10-23Add missing dowhile loops around FindBuffer callsKelebek1
2023-10-23Manually robust on Pascal and earlierLiam
2023-10-22yuzu: Fix vibration reseting to 1%german77
2023-10-22input_common: joycon: Move vibrations to a queuegerman77
2023-10-22emit_glsl_warp: Fix shfl_in_bounds conditionalAmeer J
2023-10-21yuzu: Fix restore shortcuts buttonNarr the Reg
2023-10-21cheats: Clamp cheat names without failinggerman77
2023-10-21kernel: fix extraneous refLiam
2023-10-21kernel: shutdown app before gpuLiam
2023-10-21kernel: signal thread on termination completedLiam
2023-10-21kernel: add missing TLR clearLiam
2023-10-21kernel: update KProcessLiam
2023-10-21Merge pull request #11831 from liamwhite/hosversionbetweenliamwhite
set: return version info from system archive
2023-10-21Merge pull request #11830 from liamwhite/ts-sessionliamwhite
ts: add OpenSession
2023-10-21Merge pull request #11828 from liamwhite/setthreadescriptionliamwhite
common: use SetThreadDescription API for thread names
2023-10-21Merge pull request #11789 from Kelebek1/spirv_shift_rightliamwhite
Manually robust on Maxwell and earlier
2023-10-20set: return version info from system archiveLiam
2023-10-20ts: add OpenSessionLiam
2023-10-20common: use SetThreadDescription API for thread namesLiam
2023-10-20Merge pull request #11748 from liamwhite/kern_1700Fernando S
kernel: update for 17.0.0
2023-10-20Merge pull request #11825 from liamwhite/system-resourceFernando S
kernel: fix incorrect calculation of used non system memory value
2023-10-20Merge pull request #11806 from liamwhite/needs-more-lockingliamwhite
renderer_vulkan: add locks to avoid scheduler flushes from CPU
2023-10-20nvnflinger: fix reporting and freeing of preallocated buffersLiam
Co-authored-by: Kelebek1 <eeeedddccc@hotmail.co.uk>
2023-10-20kernel: fix incorrect calculation of used non system memory valueLiam
2023-10-20gdbstub: add PermissionLocked to mappings tableLiam
2023-10-20kernel: fix format string errorLiam
2023-10-20kernel: make check fully constexpr for broken msvc constant foldingLiam
2023-10-20k_page_table: add MapFirstGroupLiam
2023-10-20kernel: update KMemoryRegionType valuesLiam
2023-10-20k_page_table: implement PermissionLockedLiam
2023-10-20k_page_table: add new CheckMemoryState helperLiam
2023-10-20kernel: split Io memory state, add PermissionLocked attributeLiam
2023-10-20kernel: reshuffle ini1 size, add slab clear noteLiam
2023-10-19Merge pull request #11822 from german77/no-nameliamwhite
service: mii: Create random mii with name
2023-10-19service: mii: Create random mii with nameNarr the Reg
2023-10-19Manually robust on Maxwell and earlierKelebek1
2023-10-18Merge pull request #11810 from liamwhite/clang-17liamwhite
general: fix build failure on clang 17
2023-10-18Merge pull request #11795 from Squall-Leonhart/D32FToOtherliamwhite
[Vulkan]Implement missing copy formats for D32, ARGB8_SRGB and BGRA8_Unorm/SRGB
2023-10-18Merge pull request #11791 from german77/bufferxliamwhite
service: hle: Allow to access read buffer A and X directly
2023-10-17general: fix build failure on clang 17Liam
2023-10-17yuzu: Improve behavior when clicking on controller box in Controller appletflodavid
- Apply changes on Controller configuration of commit 9524d70 to Controller applet - Fix regression of this previous commit: Enabling a controller in its tab did not activate previous controllers Signed-off-by: flodavid <fl.david.53@gmail.com>
2023-10-17Merge pull request #11774 from liamwhite/refcount-issueliamwhite
fsmitm_romfsbuild: avoid unnecessary copies of vfs pointers
2023-10-17Merge pull request #11747 from Kelebek1/image_alias_sample_namesliamwhite
Small things