This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
alancnet
/
ryujinx
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
d786d8d2b9
Rami (Branch)
Tag
master
mirror
ryujinx
/
Ryujinx.Graphics.GAL
/
IProgram.cs
IProgram.cs
98 B
Cronologia
Originale
1
2
3
4
5
6
using System;
namespace Ryujinx.Graphics.GAL
{
public interface IProgram : IDisposable { }
}