Ryujinx/Ryujinx.HLE/HOS/Services/Bcat/ServiceCreator/IBcatService.cs

9 lines
228 B
C#
Raw Normal View History

using Ryujinx.HLE.HOS.Services.Arp;
namespace Ryujinx.HLE.HOS.Services.Bcat.ServiceCreator
{
class IBcatService : IpcService
{
public IBcatService(ApplicationLaunchProperty applicationLaunchProperty) { }
}
}