mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
OpcodeDecoder: Add namespace
This commit is contained in:
parent
aa39b0dab1
commit
e187c55bdd
6 changed files with 33 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue