core: use nested namespaces
This commit is contained in:
parent
f409342ab5
commit
39e163b7ce
19 changed files with 40 additions and 80 deletions
|
@ -15,8 +15,7 @@
|
|||
#include "core/hw/y2r.h"
|
||||
#include "core/memory.h"
|
||||
|
||||
namespace HW {
|
||||
namespace Y2R {
|
||||
namespace HW::Y2R {
|
||||
|
||||
using namespace Service::Y2R;
|
||||
|
||||
|
@ -377,5 +376,4 @@ void PerformConversion(ConversionConfiguration& cvt) {
|
|||
cvt.output_format, (u8)cvt.alpha);
|
||||
}
|
||||
}
|
||||
} // namespace Y2R
|
||||
} // namespace HW
|
||||
} // namespace HW::Y2R
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue