mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-04 22:27:42 +02:00
7 lines
No EOL
116 B
C#
7 lines
No EOL
116 B
C#
namespace ARMeilleure.Decoders
|
|
{
|
|
interface IOpCode32HasSetFlags
|
|
{
|
|
bool? SetFlags { get; }
|
|
}
|
|
} |