Skip to content

Commit

Permalink
[peripherals] Application bus doesn't need scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Aug 30, 2015
1 parent e40793d commit 73f2588
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/peripherals/bus/virtual/PeripheralBusApplication.cpp
Expand Up @@ -25,6 +25,7 @@ using namespace PERIPHERALS;
CPeripheralBusApplication::CPeripheralBusApplication(CPeripherals* manager) :
CPeripheralBus("PeripBusApplication", manager, PERIPHERAL_BUS_APPLICATION)
{
m_bNeedsPolling = false;
}

bool CPeripheralBusApplication::PerformDeviceScan(PeripheralScanResults& results)
Expand Down

0 comments on commit 73f2588

Please sign in to comment.