mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-27 18:52:22 -05:00
Move solution and projects to src
This commit is contained in:
11
src/Ryujinx.Graphics.Video/IDecoder.cs
Normal file
11
src/Ryujinx.Graphics.Video/IDecoder.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Ryujinx.Graphics.Video
|
||||
{
|
||||
public interface IDecoder : IDisposable
|
||||
{
|
||||
bool IsHardwareAccelerated { get; }
|
||||
|
||||
ISurface CreateSurface(int width, int height);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user