mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-13 13:37:00 +00:00
* Pass CbufSlot when getting info from the texture descriptor Fixes some issues with bindless textures, when CbufSlot is not equal to the current TextureBufferIndex. Specifically fixes a random chance of full screen colour flickering in Super Mario Party. * Apply suggestions from code review Oops Co-authored-by: gdkchan <gab.dark.100@gmail.com> Co-authored-by: gdkchan <gab.dark.100@gmail.com> |
||
|---|---|---|
| .. | ||
| BindlessElimination.cs | ||
| BindlessToIndexed.cs | ||
| BranchElimination.cs | ||
| ConstantFolding.cs | ||
| GlobalToStorage.cs | ||
| HalfConversion.cs | ||
| Optimizer.cs | ||
| Simplification.cs | ||
| Utils.cs | ||