f4f496cb ^
1 2 3 4 5 6 7 8 9
namespace Ryujinx.Graphics.Device { public interface IDeviceStateWithContext : IDeviceState { long CreateContext(); void DestroyContext(long id); void BindContext(long id); } }