mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-09 03:52:34 -07:00
Explicitly label class visibility
This commit is contained in:
@@ -2,7 +2,7 @@ using System;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Services.Aud.AudioRenderer
|
||||
{
|
||||
static class Resampler
|
||||
internal static class Resampler
|
||||
{
|
||||
#region "LookUp Tables"
|
||||
private static short[] _curveLut0 = new short[]
|
||||
|
Reference in New Issue
Block a user