mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-23 23:00:04 +02:00
6 lines
88 B
C#
6 lines
88 B
C#
namespace ARMeilleure.Decoders;
|
|
|
|
interface IOpCode32Exception
|
|
{
|
|
int Id { get; }
|
|
} |