This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
alancnet
/
ryujinx
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
3249f8ff41
Ramos
Etiquetas
master
mirror
ryujinx
/
ARMeilleure
/
Decoders
/
IOpCode32Exception.cs
IOpCode32Exception.cs
106 B
Histórico
Em bruto
1
2
3
4
5
6
7
namespace ARMeilleure.Decoders
{
interface IOpCode32Exception
{
int Id { get; }
}
}