This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
alancnet
/
ryujinx
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
396768f3b4
Branches
Tags
master
mirror
ryujinx
/
Ryujinx.Graphics.GAL
/
IProgram.cs
IProgram.cs
98 B
Historique
Raw
1
2
3
4
5
6
using System;
namespace Ryujinx.Graphics.GAL
{
public interface IProgram : IDisposable { }
}