mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-29 18:37:11 +02:00
10 lines
No EOL
142 B
C#
10 lines
No EOL
142 B
C#
namespace ARMeilleure.Translation.PTC
|
|
{
|
|
enum PtcState
|
|
{
|
|
Enabled,
|
|
Continuing,
|
|
Closing,
|
|
Disabled
|
|
}
|
|
} |