mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-31 10:09:42 -06:00
Added more shader instructions, including BFE, BRA (partial), FMNMX, ISCADD, SHL, LD_C, some shader related fixes, added support for texture component selection
This commit is contained in:
@ -23,5 +23,13 @@ namespace Ryujinx.Graphics.Gal
|
||||
Size = NewSize;
|
||||
}
|
||||
}
|
||||
|
||||
internal void SetCbufOffs(int Offs)
|
||||
{
|
||||
if (Index < Offs)
|
||||
{
|
||||
Index = Offs;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user