7 lines
125 B
C#
Raw Normal View History

namespace Ryujinx.HLE.HOS.Services.Bcat
{
class IBcatService : IpcService
{
public IBcatService() { }
}
}