mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-02 00:32:26 -07:00
Explicitly label class visibility
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace Ryujinx.HLE.HOS.Services.Aud
|
||||
{
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
struct AudioRendererParameter
|
||||
internal struct AudioRendererParameter
|
||||
{
|
||||
public int SampleRate;
|
||||
public int SampleCount;
|
||||
|
Reference in New Issue
Block a user