Fix error

This commit is contained in:
Isaac Marovitz 2023-07-27 23:37:03 -04:00
parent eaa04a206a
commit 190311d4b0
No known key found for this signature in database
GPG Key ID: 97250B2B09A132E1
1 changed files with 1 additions and 0 deletions

View File

@ -220,6 +220,7 @@ namespace Ryujinx.Graphics.Metal
public ICounterEvent ReportCounter(CounterType type, EventHandler<ulong> resultHandler, float divisor, bool hostReserved)
{
// https://developer.apple.com/documentation/metal/gpu_counters_and_counter_sample_buffers/creating_a_counter_sample_buffer_to_store_a_gpu_s_counter_data_during_a_pass?language=objc
throw new NotImplementedException();
}
public void ResetCounter(CounterType type)