mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-04 06:32:26 -07:00
Cleanup + Format
This commit is contained in:
committed by
Isaac Marovitz
parent
b064d76a4f
commit
362746887e
@@ -246,7 +246,8 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl.Instructions
|
||||
{
|
||||
texCall += ", ";
|
||||
}
|
||||
else {
|
||||
else
|
||||
{
|
||||
appended = true;
|
||||
}
|
||||
texCall += str;
|
||||
|
Reference in New Issue
Block a user