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