1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-10-01 12:30:00 +02:00
Ryujinx/ARMeilleure/Decoders/IOpCode32Exception.cs

7 lines
106 B
C#
Raw Normal View History

namespace ARMeilleure.Decoders
2022-02-17 23:39:45 +01:00
{
interface IOpCode32Exception
{
int Id { get; }
}
2022-02-17 23:39:45 +01:00
}