diff options
Diffstat (limited to 'Ryujinx.Audio/Renderer/Server/Performance/PerformanceManagerGeneric.cs')
| -rw-r--r-- | Ryujinx.Audio/Renderer/Server/Performance/PerformanceManagerGeneric.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx.Audio/Renderer/Server/Performance/PerformanceManagerGeneric.cs b/Ryujinx.Audio/Renderer/Server/Performance/PerformanceManagerGeneric.cs index 43281f70..18e77391 100644 --- a/Ryujinx.Audio/Renderer/Server/Performance/PerformanceManagerGeneric.cs +++ b/Ryujinx.Audio/Renderer/Server/Performance/PerformanceManagerGeneric.cs @@ -13,7 +13,7 @@ namespace Ryujinx.Audio.Renderer.Server.Performance /// <typeparam name="THeader">The header implementation of the performance frame.</typeparam> /// <typeparam name="TEntry">The entry implementation of the performance frame.</typeparam> /// <typeparam name="TEntryDetail">A detailed implementation of the performance frame.</typeparam> - public class PerformanceManagerGeneric<THeader, TEntry, TEntryDetail> : PerformanceManager where THeader: unmanaged, IPerformanceHeader where TEntry : unmanaged, IPerformanceEntry where TEntryDetail: unmanaged, IPerformanceDetailEntry + public class PerformanceManagerGeneric<THeader, TEntry, TEntryDetail> : PerformanceManager where THeader : unmanaged, IPerformanceHeader where TEntry : unmanaged, IPerformanceEntry where TEntryDetail : unmanaged, IPerformanceDetailEntry { /// <summary> /// The magic used for the <see cref="THeader"/>. @@ -301,4 +301,4 @@ namespace Ryujinx.Audio.Renderer.Server.Performance } } } -} +}
\ No newline at end of file |
