video_core: use nested namespaces

This commit is contained in:
tgsm
2019-02-19 03:09:57 -05:00
parent f409342ab5
commit d6c530d08c
26 changed files with 52 additions and 120 deletions

View File

@@ -28,9 +28,7 @@
#include "video_core/vertex_loader.h"
#include "video_core/video_core.h"
namespace Pica {
namespace CommandProcessor {
namespace Pica::CommandProcessor {
static int vs_float_regs_counter = 0;
static u32 vs_uniform_write_buffer[4];
@@ -675,6 +673,4 @@ void ProcessCommandList(const u32* list, u32 size) {
}
}
} // namespace CommandProcessor
} // namespace Pica
} // namespace Pica::CommandProcessor