1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-01-16 04:40:05 -06:00
ryujinx/ARMeilleure/Decoders/IOpCode32HasSetFlags.cs

7 lines
116 B
C#
Raw Normal View History

namespace ARMeilleure.Decoders
{
interface IOpCode32HasSetFlags
{
bool? SetFlags { get; }
}
}