index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ARMeilleure
/
Decoders
/
IOpCode32Exception.cs
blob: 82819bddd3b8fc593d31cd5a6df1751feefead4d (
plain
)
1
2
3
4
5
6
namespace
ARMeilleure
.
Decoders
;
interface
IOpCode32Exception
{
int
Id { get; }
}