mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-12-24 21:06:44 +01:00
4 lines
91 B
C#
4 lines
91 B
C#
|
namespace ChocolArm64.Decoders
|
||
|
{
|
||
|
interface IOpCodeBImm32 : IOpCode32, IOpCodeBImm { }
|
||
|
}
|