mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02:00
InputCommon: Use nested namespace specifiers where applicable
This commit is contained in:
@ -8,9 +8,7 @@
|
||||
#include <thread>
|
||||
#include "InputCommon/ControllerInterface/ControllerInterface.h"
|
||||
|
||||
namespace ciface
|
||||
{
|
||||
namespace Android
|
||||
namespace ciface::Android
|
||||
{
|
||||
void PopulateDevices()
|
||||
{
|
||||
@ -240,5 +238,4 @@ void Touchscreen::Motor::Rumble(int padID, double state)
|
||||
JNIEnv* env = IDCache::GetEnvForThread();
|
||||
env->CallStaticVoidMethod(IDCache::GetNativeLibraryClass(), IDCache::GetDoRumble(), padID, state);
|
||||
}
|
||||
} // namespace Android
|
||||
} // namespace ciface
|
||||
} // namespace ciface::Android
|
||||
|
Reference in New Issue
Block a user