mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-11-06 13:58:59 -06:00
Ignore exit flag on branch delay slot (#899)
This commit is contained in:
12
Ryujinx.Graphics.Gpu/Engine/MethodFirmware.cs
Normal file
12
Ryujinx.Graphics.Gpu/Engine/MethodFirmware.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Ryujinx.Graphics.Gpu.State;
|
||||
|
||||
namespace Ryujinx.Graphics.Gpu.Engine
|
||||
{
|
||||
partial class Methods
|
||||
{
|
||||
private void FirmwareCall4(GpuState state, int argument)
|
||||
{
|
||||
state.Write(0xd00, 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user