mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-25 11:43:00 +00:00
9 lines
127 B
C#
9 lines
127 B
C#
using Ryujinx.Horizon.Sdk.Sf;
|
|
|
|
namespace Ryujinx.Horizon.Sdk.Usb
|
|
{
|
|
interface IQdbManager : IServiceObject
|
|
{
|
|
}
|
|
}
|