mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-02-08 15:38:12 +01:00
8 lines
163 B
C#
8 lines
163 B
C#
namespace Ryujinx.HLE.HOS.Services.BluetoothManager
|
|
{
|
|
[Service("btm")]
|
|
class IBtm : IpcService
|
|
{
|
|
public IBtm(ServiceCtx context) { }
|
|
}
|
|
} |