1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-01-30 03:26:47 -06:00

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) { }
}
}