mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-02 00:42:25 -07:00
Fix some spelling mistakes
Thanks to LDj3SNuD for spotting these
This commit is contained in:
@@ -123,7 +123,7 @@ namespace Ryujinx.Graphics.Gpu.Engine
|
||||
|
||||
/// <summary>
|
||||
/// Sets the index buffer count.
|
||||
/// This also sets internal state that indicates that the next draw is a indexed draw.
|
||||
/// This also sets internal state that indicates that the next draw is an indexed draw.
|
||||
/// </summary>
|
||||
/// <param name="state">Current GPU state</param>
|
||||
/// <param name="argument">Method call argument</param>
|
||||
|
@@ -6,7 +6,7 @@ namespace Ryujinx.Graphics.Gpu.Engine
|
||||
partial class Methods
|
||||
{
|
||||
/// <summary>
|
||||
/// Resets the value of a internal GPU counter back to zero.
|
||||
/// Resets the value of an internal GPU counter back to zero.
|
||||
/// </summary>
|
||||
/// <param name="state">Current GPU state</param>
|
||||
/// <param name="argument">Method call argument</param>
|
||||
|
Reference in New Issue
Block a user