mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
VideoCommon: De-globalize PixelShaderManager class.
This commit is contained in:
@ -330,7 +330,7 @@ void VideoBackendBase::InitializeShared()
|
||||
VertexLoaderManager::Init();
|
||||
VertexShaderManager::Init();
|
||||
GeometryShaderManager::Init();
|
||||
PixelShaderManager::Init();
|
||||
system.GetPixelShaderManager().Init();
|
||||
TMEM::Init();
|
||||
|
||||
g_Config.VerifyValidity();
|
||||
|
Reference in New Issue
Block a user