mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-01 15:10:48 -07:00
Explicitly label class visibility
This commit is contained in:
@ -9,7 +9,7 @@ using static Ryujinx.HLE.HOS.ErrorCode;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Services.Aud
|
||||
{
|
||||
class IAudioRendererManager : IpcService
|
||||
internal class IAudioRendererManager : IpcService
|
||||
{
|
||||
private const int Rev0Magic = ('R' << 0) |
|
||||
('E' << 8) |
|
||||
|
Reference in New Issue
Block a user