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