mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-15 18:52:06 -07:00
Explicitly label class visibility
This commit is contained in:
@@ -4,7 +4,7 @@ using System;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Services.Aud.AudioRenderer
|
||||
{
|
||||
class VoiceContext
|
||||
internal class VoiceContext
|
||||
{
|
||||
private bool _acquired;
|
||||
private bool _bufferReload;
|
||||
|
Reference in New Issue
Block a user