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