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