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