mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 08:00:46 -07:00
Explicitly label class visibility
This commit is contained in:
@ -29,7 +29,7 @@ using System;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Services
|
||||
{
|
||||
static class ServiceFactory
|
||||
internal static class ServiceFactory
|
||||
{
|
||||
public static IpcService MakeService(Horizon system, string name)
|
||||
{
|
||||
|
Reference in New Issue
Block a user