aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-12Bump shader cache codegen version1.1.793Mary1-1/+1
2023-05-11Vulkan: Partially workaround MoltenVK InvalidResource error (#4880)1.1.792riperiperi1-1/+28
2023-05-11GPU: Remove swizzle undefined matching and rework depth aliasing (#4896)1.1.791riperiperi7-106/+125
2023-05-12Fix the restart after an update. (#4869)1.1.790John2-12/+45
2023-05-12Changed LastPlayed field from string to nullable DateTime (#4861)1.1.789SamusAranX9-43/+113
2023-05-12amadeus: Allow 5.1 sink output (#4894)1.1.788Mary2-5/+15
2023-05-11UI: Adjust input mapping view (#4866)1.1.787Nico1-352/+305
2023-05-11nuget: bump System.IdentityModel.Tokens.Jwt from 6.30.0 to 6.30.1 (#4886)1.1.786dependabot[bot]1-1/+1
2023-05-11Enable explicit LOD for array textures with depth compare on SPIR-V (#4892)1.1.785gdkchan1-8/+0
2023-05-11Fix incorrect ASTC endpoint color when using LuminanceDelta mode (#4890)1.1.784gdkchan1-1/+1
2023-05-11amadeus: Fix wrong channel mapping check and an old typo (#4888)1.1.783Mary4-11/+11
2023-05-11Stop SDL from inhibiting sleep. (#4842)1.1.782John1-0/+1
2023-05-11Fix the issue of unequal check for amiibo file date due to the lack o… (#4832)1.1.7812435043xia2-2/+2
2023-05-11GPU: Fix shader cache assuming past shader data was mapped (#4885)1.1.780riperiperi1-1/+1
2023-05-11Attempt to fix release.yml after merge1.1.779Mary1-3/+3
2023-05-11Update release workflow & Add jobs for macOS (#4837)TSRBerry3-58/+207
2023-05-10Ensure background translation threads exited before disposing JIT (#4874)1.1.777gdkchan1-3/+19
2023-05-11Fix missing domain service object dispose (#4879)1.1.776gdkchan1-0/+6
2023-05-10fix(mvk): resumeLostDevice (#4800)1.1.775Aaron O'Mullan1-0/+2
2023-05-09IPC - Refactor Bcat service to use new ipc - Revisit (#4803)1.1.774Emmanuel Hansen32-419/+596
2023-05-09Replace DelegateHelper with pre-generated delegates (#4867)1.1.773gdkchan3-283/+353
2023-05-08vulkan: Pass Vk instance to VulkanRenderer (#4859)1.1.772Mary6-20/+23
2023-05-08vulkan: Avoid hardcoding features in CreateDevice (#4858)1.1.771Mary1-7/+7
2023-05-08Vulkan: Simplify MultiFenceHolder and managing them (#4845)1.1.770riperiperi6-45/+135
2023-05-08Vulkan: Batch vertex buffer updates (#4843)1.1.769riperiperi3-42/+124
2023-05-08misc: Avoid copy of ApplicationControlProperty (#4849)1.1.768Mary4-16/+17
2023-05-08Ava: Fix SystemTimeOffset calculation (#4848)1.1.767Ac_K2-62/+59
2023-05-08time: Update for 15.0.0 changes and fixes long standing issues (#4822)1.1.766Mary3-21/+56
2023-05-07misc: Switch ProcessResult to a class (#4846)1.1.765Mary1-1/+1
2023-05-07UI: Expose games build ID for cheat management (#4340)1.1.764gnisman10-15/+210
2023-05-06UI: Add progress bar for re-packaging shaders (#4805)1.1.763Nico4-1/+14
2023-05-06AM: Stub some service calls (#4825)1.1.762Ac_K2-1/+59
2023-05-05Use correct offset for storage constant buffer elimination (#4821)1.1.761riperiperi2-12/+10
2023-05-05GPU: Remove CPU region handle containers (#4817)1.1.760riperiperi14-148/+61
2023-05-05UI: Fix sections extraction (#4820)1.1.759Ac_K4-11/+22
2023-05-05Correct tooltips for add,remove,removeall buttons (#4819)1.1.758ashuk2-4/+4
2023-05-05Fix typo in TextureBindingsManager.cs (#4798)1.1.757Ikko Eltociear Ashimine1-3/+3
2023-05-05Use ToLowerInvariant when detecting GPU vendor. (#4815)1.1.756Skyth (Asilkan)1-2/+2
2023-05-05Allow any shader SSBO constant buffer slot and offset (#2237)1.1.755gdkchan10-52/+194
2023-05-05GPU: Allow granular buffer updates from the constant buffer updater (#4749)1.1.754riperiperi1-5/+104
2023-05-05ModLoader: Fix case sensitivy issues without breaking cheats (#4783)1.1.753TSRBerry7-166/+179
2023-05-05fix: linux launcher breaks when there are spaces in the directory path (#4795)1.1.752Horizon1-1/+1
2023-05-04Revert "bcat ipc (#4446)" (#4801)1.1.751gdkchan31-592/+418
2023-05-04UI: Move ApplicationContextMenu in a separated class (#4755)1.1.750Ac_K11-578/+526
2023-05-04bcat ipc (#4446)1.1.749Emmanuel Hansen31-418/+592
2023-05-03Fix some invalid blits involving depth textures (#4723)1.1.748gdkchan5-8/+24
2023-05-03Update SettingsWindow.cs (#4785)1.1.747Erdem Keskin1-1/+2
2023-05-03Revert "ModLoader: Fix case sensitivy issues (#4720)" (#4781)1.1.746Mary7-158/+147
2023-05-03Vulkan: Record modifications after changing the framebuffer (#4775)1.1.745riperiperi1-1/+1
2023-05-03ModLoader: Fix case sensitivy issues (#4720)1.1.744TSRBerry7-147/+158