namespace Ryujinx.Cpu
{
/// <summary>
/// Load state.
/// </summary>
public enum LoadState
Unloaded,
Loading,
Loaded,
}