mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-29 11:56:24 +02:00
8 lines
No EOL
163 B
C#
8 lines
No EOL
163 B
C#
namespace Ryujinx.HLE.HOS.Services.BluetoothManager
|
|
{
|
|
[Service("btm")]
|
|
class IBtm : IpcService
|
|
{
|
|
public IBtm(ServiceCtx context) { }
|
|
}
|
|
} |