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