aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-29Fix alt key appearing as control in settings menus (#6742)1.1.1295Andrew Glaze1-2/+2
2024-04-28Fix Cursor States On Windows (#6725)1.1.1294Exhigh6-37/+108
2024-04-28Fix direct keyboard not working when using a Controller. (#6716)1.1.1293MaxLastBreath2-27/+24
2024-04-28HID: Correct direct mouse deltas (#6736)1.1.1292riperiperi1-2/+2
2024-04-26ci: Replace macos-latest label with macos-13 (#6729)TSRBerry1-9/+9
2024-04-22Add support for bindless textures from shader input (vertex buffer) on Vulkan...1.1.1291gdkchan39-306/+1086
2024-04-21implement `MemoryManagerHostTracked.GetReadOnlySequence()` (#6695)1.1.1290jhorv2-0/+69
2024-04-21Use pooled memory and avoid memory copies (#6691)1.1.1289jhorv9-25/+98
2024-04-20End render target lifetime on syncpoint increment (#6687)1.1.1288gdkchan2-0/+9
2024-04-19chore: remove repetitive words (#6690)1.1.1287toofooboo2-2/+2
2024-04-19Do not compare Span<T> to 'null' or 'default' (#6683)1.1.1286Marco Carvalho2-3/+3
2024-04-19Update to new standard for volatility operations (#6682)1.1.1285Marco Carvalho2-6/+6
2024-04-18Fix unmapped address check when reading texture handles (#6679)1.1.1284gdkchan1-2/+2
2024-04-18Update "SixLabors.ImageSharp" (#6680)1.1.1283Marco Carvalho1-1/+1
2024-04-17Ava UI: Input Menu Refactor (#5826)1.1.1282Isaac Marovitz38-1270/+3397
2024-04-15Fix crash when changing controller config (#6654)1.1.1281Luke1-3/+3
2024-04-14Texture loading: reduce memory allocations (#6623)1.1.1280jhorv29-321/+434
2024-04-11Account for swapchain image count change after re-creation (#6652)1.1.1279gdkchan1-0/+1
2024-04-11Allow BSD sockets Poll to exit when emulation ends (#6650)1.1.1278gdkchan1-1/+2
2024-04-10Revert "Update StoreConstantToMemory to match StoreConstantToAddress on value...1.1.1277gdkchan1-4/+2
2024-04-11Update StoreConstantToMemory to match StoreConstantToAddress on value read (#...1.1.1276WilliamWsyHK1-2/+4
2024-04-10Ava UI: Prevent Status Bar Backend Update (#6506)1.1.1275Isaac Marovitz4-10/+45
2024-04-10nuget: bump Microsoft.IdentityModel.JsonWebTokens from 7.4.0 to 7.5.1 (#6627)1.1.1274dependabot[bot]1-1/+1
2024-04-10Fix input consumed by audio renderer SplitterState.Update (#6640)1.1.1273gdkchan1-0/+5
2024-04-09CPU: Produce non-inf results for RSQRTE instruction with subnormal inputs (#6...1.1.1272gdkchan2-3/+11
2024-04-09Use ResScaleUnsupported flag for texture arrays (#6626)1.1.1271gdkchan1-3/+19
2024-04-09Fast D32S8 2D depth texture copy (#6636)1.1.1270gdkchan1-0/+4
2024-04-08Pin audio renderer update output buffers (#6633)1.1.1269gdkchan1-0/+3
2024-04-07Disable CLI setting persistence for HW-accelerated GUI. (#6620)1.1.1268MutantAura2-6/+6
2024-04-07Add support for large sampler arrays on Vulkan (#6489)1.1.1267gdkchan83-931/+3239
2024-04-07CPU: Fix PC alignment for ADR thumb instruction (#6613)1.1.1266gdkchan2-1/+13
2024-04-07Audio rendering: reduce memory allocations (#6604)1.1.1265jhorv32-262/+847
2024-04-07Enhance Error Handling with Try-Pattern Refactoring (#6610)1.1.1264Marco Carvalho2-17/+16
2024-04-07Replacing the try-catch block with null-conditional and null-coalescing opera...1.1.1263Marco Carvalho1-24/+4
2024-04-06misc: Add ANGLE configuration option to JSON and CLI (#6520)1.1.1262MutantAura4-3/+43
2024-04-06Delete old 16KB page workarounds (#6584)1.1.1261gdkchan12-459/+25
2024-04-06Vulkan: Fix swapchain image view leak (#6509)1.1.1260gdkchan2-19/+25
2024-04-06Vulkan: Skip draws when patches topology is used without a tessellation shade...1.1.1259gdkchan3-0/+14
2024-04-06nuget: bump DynamicData from 8.3.27 to 8.4.1 (#6536)1.1.1258dependabot[bot]1-1/+1
2024-04-06Add mod enablement status in the log message (#6571)1.1.1257WilliamWsyHK1-1/+1
2024-04-06Update README.md (#6575)1.1.1256czcx1-5/+0
2024-04-06"Task.Wait()" synchronously blocks, use "await" instead (#6598)1.1.1255Marco Carvalho1-1/+1
2024-04-05ts: Migrate service to Horizon project (#6514)1.1.1254Ac_K10-40/+208
2024-04-05Ignore diacritics on game search (#6602)1.1.1253gdkchan1-1/+9
2024-04-05Add missing ModWindowTitle locale key (#6601)1.1.1252gdkchan3-26/+27
2024-04-04Add support to IVirtualMemoryManager for zero-copy reads (#6251)1.1.1251jhorv14-809/+625
2024-04-03Stop clearing Modified flag on DiscardData (#6591)1.1.1250gdkchan3-4/+3
2024-04-02New Crowdin updates (#6550)1.1.1249Ac_K17-538/+623
2024-03-27UI: Friendly driver name reporting. (#6530)1.1.1248MutantAura2-4/+35
2024-03-26Implement host tracked memory manager mode (#6356)1.1.1247gdkchan30-75/+2647