CSPspEmu.Hle.Modules._unknownPrx.sceUsb.sceUsbGetDrvState C# (CSharp) Method

sceUsbGetDrvState() private method

private sceUsbGetDrvState ( string DriverName ) : int
DriverName string
return int
        public int sceUsbGetDrvState(string DriverName)
        {
            return 0;
        }