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:
@ -8,9 +8,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace ciface
|
||||
{
|
||||
namespace Pipes
|
||||
namespace ciface::Pipes
|
||||
{
|
||||
// To create a piped controller input, create a named pipe in the
|
||||
// Pipes directory and write commands out to it. Commands are separated
|
||||
@ -58,5 +56,4 @@ private:
|
||||
std::map<std::string, PipeInput*> m_buttons;
|
||||
std::map<std::string, PipeInput*> m_axes;
|
||||
};
|
||||
} // namespace Pipes
|
||||
} // namespace ciface
|
||||
} // namespace ciface::Pipes
|
||||
|
Reference in New Issue
Block a user