mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-15 20:12:06 -07:00
Explicitly label class visibility
This commit is contained in:
@@ -13,7 +13,7 @@ using System.Runtime.Intrinsics.X86;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Services.Aud.AudioRenderer
|
||||
{
|
||||
class IAudioRenderer : IpcService, IDisposable
|
||||
internal class IAudioRenderer : IpcService, IDisposable
|
||||
{
|
||||
//This is the amount of samples that are going to be appended
|
||||
//each time that RequestUpdateAudioRenderer is called. Ideally,
|
||||
|
Reference in New Issue
Block a user