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
/
src
/
ARMeilleure
/
Decoders
/
IOpCode32Exception.cs
blob: c38af907800c0952aea0bee228da1179c490afbc (
plain
)
1
2
3
4
5
6
7
namespace
ARMeilleure
.
Decoders
{
interface
IOpCode32Exception
{
int
Id { get; }
}
}