blob: 174a1c981ec3d4bc0d193c88f94f3d3faa77b5b3 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
namespace Ryujinx.HLE.HOS.Services.Am.Tcap
{
[Service("set:cal")]
class IFactorySettingsServer : IpcService
{
public IFactorySettingsServer(ServiceCtx context) { }
}
}
|