video_core: use nested namespaces
This commit is contained in:
parent
f409342ab5
commit
d6c530d08c
26 changed files with 52 additions and 120 deletions
|
@ -9,8 +9,7 @@
|
|||
#include "video_core/regs_texturing.h"
|
||||
#include "video_core/swrasterizer/texturing.h"
|
||||
|
||||
namespace Pica {
|
||||
namespace Rasterizer {
|
||||
namespace Pica::Rasterizer {
|
||||
|
||||
using TevStageConfig = TexturingRegs::TevStageConfig;
|
||||
|
||||
|
@ -238,5 +237,4 @@ u8 AlphaCombine(TevStageConfig::Operation op, const std::array<u8, 3>& input) {
|
|||
}
|
||||
};
|
||||
|
||||
} // namespace Rasterizer
|
||||
} // namespace Pica
|
||||
} // namespace Pica::Rasterizer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue