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