diff options
Diffstat (limited to 'Ryujinx.Graphics.GAL/Multithreading/Commands/Renderer/PreFrameCommand.cs')
| -rw-r--r-- | Ryujinx.Graphics.GAL/Multithreading/Commands/Renderer/PreFrameCommand.cs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Ryujinx.Graphics.GAL/Multithreading/Commands/Renderer/PreFrameCommand.cs b/Ryujinx.Graphics.GAL/Multithreading/Commands/Renderer/PreFrameCommand.cs deleted file mode 100644 index 820908f3..00000000 --- a/Ryujinx.Graphics.GAL/Multithreading/Commands/Renderer/PreFrameCommand.cs +++ /dev/null @@ -1,12 +0,0 @@ -namespace Ryujinx.Graphics.GAL.Multithreading.Commands.Renderer -{ - struct PreFrameCommand : IGALCommand, IGALCommand<PreFrameCommand> - { - public CommandType CommandType => CommandType.PreFrame; - - public static void Run(ref PreFrameCommand command, ThreadedRenderer threaded, IRenderer renderer) - { - renderer.PreFrame(); - } - } -} |
