aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-24Update PPTC dialog text to match label and tooltip (#3618)1.1.228RKennedy90642-2/+2
2022-08-21Check if game directories have been updated before refreshing GUI (#3607)1.1.227MutantAura3-15/+45
2022-08-20Use RGBA16 vertex format if RGB16 is not supported on Vulkan (#3552)1.1.226gdkchan14-48/+168
2022-08-19Change 'Purge PPTC Cache' label & tooltip to reflect function behavior (#3601)1.1.225EmulationFanatic2-4/+4
2022-08-19A few minor documentation fixes. (#3599)1.1.224Nicholas Rodine5-20/+6
2022-08-18Removed unused usings. (#3593)1.1.223Nicholas Rodine125-221/+24
2022-08-18Skipped over the last "Count" key explicitly, instead of relying on an except...1.1.222Nicholas Rodine1-10/+4
2022-08-18Fix SpirV parse failure (#3597)1.1.221Nicholas Rodine6-1/+51
2022-08-17Removed extra semicolons. (#3594)1.1.220Nicholas Rodine6-7/+7
2022-08-16Avalonia - Couple fixes and improvements to vulkan (#3483)1.1.219Emmanuel Hansen28-311/+584
2022-08-16Vulkan: Add ETC2 texture formats (#3576)1.1.218gdkchan3-0/+12
2022-08-15am: Stub SetWirelessPriorityMode, SetWirelessPriorityMode and GetHdcpAuthenti...1.1.217Ac_K4-0/+63
2022-08-15ControllerApplet: Override player counts when SingleMode is set (#3571)1.1.216mageven1-0/+7
2022-08-14PreAllocator: Check if instruction supports a Vex prefix in IsVexSameOperandD...1.1.215merry2-1/+10
2022-08-14Fix texture bindings using wrong sampler pool in some cases (#3583)1.1.214gdkchan1-1/+1
2022-08-11OpenGL: Limit vertex buffer range for non-indexed draws (#3542)1.1.213gdkchan3-24/+125
2022-08-11Fix blend with RGBX color formats (#3553)1.1.212gdkchan5-83/+115
2022-08-11Rename ToSpan to AsSpan (#3556)1.1.211gdkchan44-281/+281
2022-08-11add Japanese translation to Avalonia UI (#3489)1.1.210txorion3-0/+587
2022-08-08OpenGL: Fix clears of unbound color targets (#3564)1.1.209gdkchan2-1/+5
2022-08-05Implement Arm32 Sha256 and MRS Rd, CPSR instructions (#3544)1.1.208gdkchan6-179/+420
2022-08-04Implement HLE macros for render target clears (#3528)1.1.207gdkchan16-42/+148
2022-08-03Fix Multithreaded Compilation of Shader Cache on OpenGL (#3540)1.1.206riperiperi1-2/+6
2022-08-03Sfdnsres; Stub ResolverSetOptionRequest (#3493)1.1.205Ac_K1-1/+27
2022-08-02Fix resolution scale values not being updated (#3514)1.1.204gdkchan1-15/+4
2022-08-02Fix geometry shader passthrough fallback being used when feature is supported...1.1.203gdkchan2-2/+2
2022-08-02SPIR-V: Initialize undefined variables with 0 (#3526)1.1.202riperiperi2-2/+2
2022-08-01vk: Workaround XCB not availaible on FlatHub build (#3515)1.1.201Mary-nyan2-2/+2
2022-07-31Vulkan backend (#2518)1.1.200gdkchan302-3656/+38961
2022-07-29Move partial unmap handler to the native signal handler (#3437)1.1.199riperiperi24-392/+1356
2022-07-29Avalonia changes (#3497)1.1.198rna011-11/+11
2022-07-29Avalonia: Another Cleanup (#3494)1.1.197Ac_K31-490/+456
2022-07-28Avalonia: Cleanup UserEditor a bit (#3492)1.1.196Ac_K6-85/+131
2022-07-28Fix DMA linear texture copy fast path (#3496)1.1.195gdkchan2-9/+12
2022-07-27Add a sampler pool cache and improve texture pool cache (#3487)1.1.194gdkchan8-135/+320
2022-07-25update settings and main window tooltips (#3488)1.1.193EmulationFanatic2-27/+27
2022-07-25misc: Reformat Ryujinx.Audio with dotnet-format (#3485)1.1.192Mary-nyan200-310/+307
2022-07-24Resolution scaling hotkeys (#3185)1.1.191MutantAura14-14/+109
2022-07-24Add support for conditional (with CC) shader Exit instructions (#3470)1.1.190gdkchan2-5/+16
2022-07-24feat: add traditional chinese translate (Avalonia) (#3474)1.1.189菘菘3-0/+578
2022-07-24Change MenuHeaders to embedded textblocks (#3469)1.1.188MutantAura1-4/+10
2022-07-24Avalonia - Use content dialog for user profile manager (#3455)1.1.187Emmanuel Hansen46-952/+967
2022-07-24fix: Ensure to load latest version of ffmpeg libraries first (#3473)1.1.186Mary-nyan1-1/+1
2022-07-23GTK & Avalonia changes (#3480)1.1.185EmulationFanatic2-5/+5
2022-07-23Fix decoding of block after shader BRA.CC instructions without predicate (#3472)1.1.184gdkchan4-4/+9
2022-07-23Avoid adding shader buffer descriptors for constant buffers that are not used...1.1.183gdkchan6-15/+14
2022-07-15Avoid scaling 2d textures that could be used as 3d (#3464)1.1.182riperiperi1-0/+8
2022-07-14Reduce some unnecessary allocations in DMA handler (#2886)1.1.181Logan Stromberg1-14/+33
2022-07-14Remove dependency for FFmpeg.AutoGen and Update FFmpeg to 5.0.1 for Windows (...1.1.180Mary19-89/+563
2022-07-14BSD: Allow use of DontWait flag in Receive (#3462)1.1.179Fruityloops1-2/+19