mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-06-11 05:35:28 +00:00
13 lines
238 B
C#
13 lines
238 B
C#
using Ryujinx.Graphics.Gpu.State;
|
|
|
|
namespace Ryujinx.Graphics.Gpu.Engine
|
|
{
|
|
partial class Methods
|
|
{
|
|
private void FirmwareCall4(GpuState state, int argument)
|
|
{
|
|
state.Write(0xd00, 1);
|
|
}
|
|
}
|
|
}
|