mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-01 14:40:48 -07:00
Explicitly label class visibility
This commit is contained in:
@ -3,7 +3,7 @@ using System.Runtime.InteropServices;
|
||||
namespace Ryujinx.HLE.HOS.Services.Aud.AudioRenderer
|
||||
{
|
||||
[StructLayout(LayoutKind.Sequential, Size = 0x10, Pack = 4)]
|
||||
struct MemoryPoolOut
|
||||
internal struct MemoryPoolOut
|
||||
{
|
||||
public MemoryPoolState State;
|
||||
public int Unknown14;
|
||||
|
Reference in New Issue
Block a user