mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
InputCommon: Use nested namespace specifiers where applicable
This commit is contained in:
@ -25,13 +25,10 @@ class ControlGroup;
|
||||
class EmulatedController;
|
||||
} // namespace ControllerEmu
|
||||
|
||||
namespace ciface
|
||||
{
|
||||
namespace Core
|
||||
namespace ciface::Core
|
||||
{
|
||||
class Device;
|
||||
}
|
||||
} // namespace ciface
|
||||
} // namespace ciface::Core
|
||||
|
||||
constexpr int INDICATOR_UPDATE_FREQ = 30;
|
||||
|
||||
|
Reference in New Issue
Block a user