mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-26 15:49:57 -06: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