mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2024-11-28 19:54:29 +01:00
10 lines
142 B
C#
10 lines
142 B
C#
|
namespace ARMeilleure.Translation.PTC
|
||
|
{
|
||
|
enum PtcState
|
||
|
{
|
||
|
Enabled,
|
||
|
Continuing,
|
||
|
Closing,
|
||
|
Disabled
|
||
|
}
|
||
|
}
|