mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-26 12:02:23 -05:00
Move solution and projects to src
This commit is contained in:
10
src/ARMeilleure/Decoders/IOpCodeAlu.cs
Normal file
10
src/ARMeilleure/Decoders/IOpCodeAlu.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace ARMeilleure.Decoders
|
||||
{
|
||||
interface IOpCodeAlu : IOpCode
|
||||
{
|
||||
int Rd { get; }
|
||||
int Rn { get; }
|
||||
|
||||
DataOp DataOp { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user