mirror of
https://github.com/Ryujinx/ChocolArm64.git
synced 2025-01-05 15:15:33 +00:00
4 lines
91 B
C#
4 lines
91 B
C#
|
namespace ChocolArm64.Decoders
|
||
|
{
|
||
|
interface IOpCode32BImm : IOpCode32, IOpCodeBImm { }
|
||
|
}
|