Fix fragment output color

This commit is contained in:
Isaac Marovitz
2023-10-10 13:43:57 -04:00
committed by Evan Husted
parent 2e3509f8e8
commit fe62c794b9
2 changed files with 2 additions and 2 deletions

View File

@@ -822,7 +822,7 @@ namespace Ryujinx.Graphics.Gpu.Shader
/// <summary>
/// Creates shader translation options with the requested graphics API and flags.
/// The shader language is choosen based on the current configuration and graphics API.
/// The shader language is chosen based on the current configuration and graphics API.
/// </summary>
/// <param name="api">Target graphics API</param>
/// <param name="flags">Translation flags</param>