mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-06 17:49:43 +00:00
6 lines
No EOL
88 B
C#
6 lines
No EOL
88 B
C#
namespace ARMeilleure.Decoders;
|
|
|
|
interface IOpCode32Exception
|
|
{
|
|
int Id { get; }
|
|
} |