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