mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 02:00:48 -07:00
Explicitly label class visibility
This commit is contained in:
@ -7,7 +7,7 @@ using System.IO;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Services
|
||||
{
|
||||
abstract class IpcService : IIpcService
|
||||
internal abstract class IpcService : IIpcService
|
||||
{
|
||||
public abstract IReadOnlyDictionary<int, ServiceProcessRequest> Commands { get; }
|
||||
|
||||
|
Reference in New Issue
Block a user