mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 14:19:02 +00:00
Fifo: Create a "Fifo" namespace.
This commit is contained in:
parent
c3481a576b
commit
5f244abf28
23 changed files with 81 additions and 72 deletions
|
@ -183,7 +183,7 @@ void VideoBackend::Video_Prepare()
|
|||
|
||||
// VideoCommon
|
||||
BPInit();
|
||||
Fifo_Init();
|
||||
Fifo::Init();
|
||||
IndexGenerator::Init();
|
||||
VertexLoaderManager::Init();
|
||||
OpcodeDecoder_Init();
|
||||
|
@ -206,7 +206,7 @@ void VideoBackend::Shutdown()
|
|||
if (g_renderer)
|
||||
{
|
||||
// VideoCommon
|
||||
Fifo_Shutdown();
|
||||
Fifo::Shutdown();
|
||||
CommandProcessor::Shutdown();
|
||||
GeometryShaderManager::Shutdown();
|
||||
PixelShaderManager::Shutdown();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue