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
/
ChocolArm64
/
Decoders
/
IOpCode32BImm.cs
blob: b69c1e369fb3479c4dde06d250bef5e783e871e6 (
plain
)
1
2
3
4
namespace
ChocolArm64
.
Decoders
{
interface
IOpCode32BImm
:
IOpCode32
,
IOpCodeBImm { }
}