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