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

@@ -25,9 +25,7 @@ using nihstro::RegisterType;
using nihstro::SourceRegister;
using nihstro::SwizzlePattern;
namespace Pica {
namespace Shader {
namespace Pica::Shader {
struct CallStackElement {
u32 final_address; // Address upon which we jump to return_address
@@ -696,6 +694,4 @@ DebugData<true> InterpreterEngine::ProduceDebugInfo(const ShaderSetup& setup,
return debug_data;
}
} // namespace Shader
} // namespace Pica
} // namespace Pica::Shader