mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-15 15:02:41 +00:00
8 lines
114 B
C#
8 lines
114 B
C#
namespace ARMeilleure.Decoders
|
|
{
|
|
interface IOpCode32HasSetFlags
|
|
{
|
|
bool? SetFlags { get; }
|
|
}
|
|
}
|