OpcodeDecoder: Add namespace

This commit is contained in:
Lioncash
2016-01-24 01:29:44 -05:00
parent aa39b0dab1
commit e187c55bdd
6 changed files with 33 additions and 24 deletions

View File

@ -186,7 +186,7 @@ void VideoBackend::Video_Prepare()
Fifo::Init();
IndexGenerator::Init();
VertexLoaderManager::Init();
OpcodeDecoder_Init();
OpcodeDecoder::Init();
VertexShaderManager::Init();
PixelShaderManager::Init();
GeometryShaderManager::Init();
@ -211,7 +211,7 @@ void VideoBackend::Shutdown()
GeometryShaderManager::Shutdown();
PixelShaderManager::Shutdown();
VertexShaderManager::Shutdown();
OpcodeDecoder_Shutdown();
OpcodeDecoder::Shutdown();
VertexLoaderManager::Shutdown();
// internal interfaces