mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-29 00:59:51 -06:00
Move solution and projects to src
This commit is contained in:
10
src/ARMeilleure/Decoders/IOpCodeAluRs.cs
Normal file
10
src/ARMeilleure/Decoders/IOpCodeAluRs.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace ARMeilleure.Decoders
|
||||
{
|
||||
interface IOpCodeAluRs : IOpCodeAlu
|
||||
{
|
||||
int Shift { get; }
|
||||
int Rm { get; }
|
||||
|
||||
ShiftType ShiftType { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user