Ryujinx/Ryujinx.Graphics.Shader/Translation
riperiperi 476b4683cf
Fix CB0 alignment with addresses used for 8/16-bit LDG/STG (#3897)
This replacement is meant to be done with the original identified byteOffset, not the one assigned later on by the below conditionals (that already has the constant offset added, for instance).

This fixes videos being pixelated in Xenoblade 3, and other regressions that might have happened since #3847.
2022-11-25 14:39:03 +00:00
..
Optimizations Fix CB0 alignment with addresses used for 8/16-bit LDG/STG (#3897) 2022-11-25 14:39:03 +00:00
AggregateType.cs
AttributeConsts.cs
AttributeInfo.cs
ControlFlowGraph.cs
Dominance.cs
EmitterContext.cs
EmitterContextInsts.cs
FeatureFlags.cs
FunctionMatch.cs
GlobalMemory.cs
RegisterUsage.cs
Rewriter.cs
ShaderConfig.cs
ShaderHeader.cs
Ssa.cs
TargetApi.cs
TargetLanguage.cs
TranslationFlags.cs
TranslationOptions.cs
Translator.cs
TranslatorContext.cs