usingSystem;namespaceRyujinx.Cpu{publicclassDummyDiskCacheLoadState:IDiskCacheLoadState{#pragma warning disable CS0067 // The event is never used/// <inheritdoc/>publiceventAction<LoadState,int,int>StateChanged;#pragma warning restore CS0067/// <inheritdoc/>publicvoidCancel(){}}}