mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-08 06:02:33 -07:00
Explicitly label class visibility
This commit is contained in:
@@ -2,7 +2,7 @@ using System.IO;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Services.Android
|
||||
{
|
||||
struct GbpBuffer
|
||||
internal struct GbpBuffer
|
||||
{
|
||||
public int Magic { get; private set; }
|
||||
public int Width { get; private set; }
|
||||
|
Reference in New Issue
Block a user