namespace Ryujinx.Memory
{
public interface IRefCounted
void IncrementReferenceCount();
void DecrementReferenceCount();
}