mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-11-06 10:58:59 -06:00
Address PR feedback
This commit is contained in:
@@ -86,7 +86,7 @@ namespace Ryujinx.Graphics.Gpu
|
||||
/// <summary>
|
||||
/// Processes a single command on the FIFO.
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
/// <returns>True if the FIFO still has commands to be processed, false otherwise</returns>
|
||||
private bool Step()
|
||||
{
|
||||
if (_dmaGet != _dmaPut)
|
||||
|
||||
Reference in New Issue
Block a user