mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-06 02:08:28 +02:00
Move solution and projects to src
This commit is contained in:
7
src/ARMeilleure/Decoders/IOpCode32AluReg.cs
Normal file
7
src/ARMeilleure/Decoders/IOpCode32AluReg.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace ARMeilleure.Decoders
|
||||
{
|
||||
interface IOpCode32AluReg : IOpCode32Alu
|
||||
{
|
||||
int Rm { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user