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.IO;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Services.Android
|
||||
{
|
||||
static class Parcel
|
||||
internal static class Parcel
|
||||
{
|
||||
public static byte[] GetParcelData(byte[] parcel)
|
||||
{
|
||||
|
Reference in New Issue
Block a user