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