mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-30 04:22:21 -05:00
Move solution and projects to src
This commit is contained in:
7
src/ARMeilleure/Decoders/IOpCode32HasSetFlags.cs
Normal file
7
src/ARMeilleure/Decoders/IOpCode32HasSetFlags.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace ARMeilleure.Decoders
|
||||
{
|
||||
interface IOpCode32HasSetFlags
|
||||
{
|
||||
bool? SetFlags { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user