rename ciface::Wiimote to ciface::WiimoteController

This commit is contained in:
Shawn Hoffman
2020-09-15 04:24:25 -07:00
parent 84128d9532
commit 0be1491ef0
6 changed files with 16 additions and 16 deletions

View File

@ -2,7 +2,7 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include "InputCommon/ControllerInterface/Wiimote/Wiimote.h"
#include "InputCommon/ControllerInterface/Wiimote/WiimoteController.h"
#include "Common/BitUtils.h"
#include "Common/Logging/Log.h"
@ -13,7 +13,7 @@
#include "InputCommon/ControllerEmu/ControllerEmu.h"
#include "InputCommon/ControllerInterface/ControllerInterface.h"
namespace ciface::Wiimote
namespace ciface::WiimoteController
{
static constexpr char SOURCE_NAME[] = "Bluetooth";
@ -1677,4 +1677,4 @@ void Device::ProcessStatusReport(const InputReportStatus& status)
}
}
} // namespace ciface::Wiimote
} // namespace ciface::WiimoteController

View File

@ -18,7 +18,7 @@
#include "Core/HW/WiimoteReal/WiimoteReal.h"
#include "InputCommon/ControllerInterface/Device.h"
namespace ciface::Wiimote
namespace ciface::WiimoteController
{
using namespace WiimoteCommon;
@ -279,4 +279,4 @@ private:
Clock::time_point m_last_report_time = Clock::now();
};
} // namespace ciface::Wiimote
} // namespace ciface::WiimoteController