mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-07-29 18:01:56 +00:00
8 lines
177 B
C#
8 lines
177 B
C#
namespace Ryujinx.HLE.HOS.Services.BluetoothManager
|
|
{
|
|
[Service("btm:dbg")]
|
|
class IBtmDebug : IpcService
|
|
{
|
|
public IBtmDebug(ServiceCtx context) { }
|
|
}
|
|
} |