mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-02 00:02:25 -07:00
Explicitly label class visibility
This commit is contained in:
@@ -6,7 +6,7 @@ using static Ryujinx.HLE.HOS.ErrorCode;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Services.Aud
|
||||
{
|
||||
class IHardwareOpusDecoder : IpcService
|
||||
internal class IHardwareOpusDecoder : IpcService
|
||||
{
|
||||
private const int FixedSampleRate = 48000;
|
||||
|
||||
|
Reference in New Issue
Block a user