mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-27 00:08:05 +02:00
Move solution and projects to src
This commit is contained in:
@@ -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