diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2020-01-21 22:11:43 -0300 |
|---|---|---|
| committer | Thog <me@thog.eu> | 2020-01-22 02:11:43 +0100 |
| commit | 532ccf929a5781668f8ae6c0552023909a771128 (patch) | |
| tree | 47102ca677ff0b05d3068c2dcf4ce94a88840a9e /Ryujinx.Graphics.Gpu/Engine/Methods.cs | |
| parent | d6b9babe1d73a78e963455a5a6ea3e7431a44ece (diff) | |
Ignore exit flag on branch delay slot (#899)
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Engine/Methods.cs')
| -rw-r--r-- | Ryujinx.Graphics.Gpu/Engine/Methods.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Gpu/Engine/Methods.cs b/Ryujinx.Graphics.Gpu/Engine/Methods.cs index 823ac878..31769f5a 100644 --- a/Ryujinx.Graphics.Gpu/Engine/Methods.cs +++ b/Ryujinx.Graphics.Gpu/Engine/Methods.cs @@ -83,6 +83,8 @@ namespace Ryujinx.Graphics.Gpu.Engine state.RegisterCallback(MethodOffset.Report, Report); + state.RegisterCallback(MethodOffset.FirmwareCall4, FirmwareCall4); + state.RegisterCallback(MethodOffset.UniformBufferUpdateData, 16, UniformBufferUpdate); state.RegisterCallback(MethodOffset.UniformBufferBindVertex, UniformBufferBindVertex); |
