mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-18 20:22:59 +00:00
9 lines
132 B
C#
9 lines
132 B
C#
namespace ARMeilleure.Translation.PTC
|
|
{
|
|
public enum PtcLoadingState
|
|
{
|
|
Start,
|
|
Loading,
|
|
Loaded
|
|
}
|
|
} |