mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-12-24 08:42:34 +01:00
8 lines
114 B
C#
8 lines
114 B
C#
namespace ARMeilleure.Decoders
|
|
{
|
|
interface IOpCode32HasSetFlags
|
|
{
|
|
bool? SetFlags { get; }
|
|
}
|
|
}
|