mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-02 02:19:14 +00:00
misc: chore: Use explicit types in GPU, Device, and Host1x projects
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Ryujinx.Graphics.Gpu.Engine.MME
|
||||
/// <returns>The call argument, or 0 if the FIFO is empty</returns>
|
||||
public int FetchParam()
|
||||
{
|
||||
if (!Fifo.TryDequeue(out var value))
|
||||
if (!Fifo.TryDequeue(out FifoWord value))
|
||||
{
|
||||
Logger.Warning?.Print(LogClass.Gpu, "Macro attempted to fetch an inexistent argument.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user