mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-07 03:42:32 -07:00
Explicitly label class visibility
This commit is contained in:
@@ -14,7 +14,7 @@ using static Ryujinx.HLE.HOS.Services.Android.Parcel;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Services.Android
|
||||
{
|
||||
class NvFlinger : IDisposable
|
||||
internal class NvFlinger : IDisposable
|
||||
{
|
||||
private delegate long ServiceProcessParcel(ServiceCtx context, BinaryReader parcelReader);
|
||||
|
||||
|
Reference in New Issue
Block a user