mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-25 06:29:14 +00:00
Move solution and projects to src
This commit is contained in:
9
src/ARMeilleure/Decoders/IOpCode32AluImm.cs
Normal file
9
src/ARMeilleure/Decoders/IOpCode32AluImm.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace ARMeilleure.Decoders
|
||||
{
|
||||
interface IOpCode32AluImm : IOpCode32Alu
|
||||
{
|
||||
int Immediate { get; }
|
||||
|
||||
bool IsRotated { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user