core: use nested namespaces

This commit is contained in:
tgsm 2019-02-18 20:34:18 -05:00
parent f409342ab5
commit 39e163b7ce
19 changed files with 40 additions and 80 deletions

View file

@ -19,8 +19,7 @@
////////////////////////////////////////////////////////////////////////////////////////////////////
namespace HLE {
namespace Applets {
namespace HLE::Applets {
ResultCode SoftwareKeyboard::ReceiveParameter(Service::APT::MessageParameter const& parameter) {
if (parameter.signal != Service::APT::SignalType::Request) {
@ -188,5 +187,4 @@ Frontend::KeyboardConfig SoftwareKeyboard::ToFrontendConfig(
static_cast<bool>(config.filter_flags & SoftwareKeyboardFilter::Callback);
return frontend_config;
}
} // namespace Applets
} // namespace HLE
} // namespace HLE::Applets