mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-03 08:52:39 +00:00
VideoCommon: Move last EFB scale handling to CalculateTargetSize
This commit is contained in:
parent
afc25fdca0
commit
00a0a91513
12 changed files with 11 additions and 41 deletions
|
@ -168,7 +168,6 @@ void VideoBackend::Video_Prepare()
|
|||
g_vertex_manager = std::make_unique<VertexManager>();
|
||||
g_perf_query = std::make_unique<PerfQuery>();
|
||||
g_xfb_encoder = std::make_unique<XFBEncoder>();
|
||||
g_renderer->InitializeCommon();
|
||||
ShaderCache::Init();
|
||||
ShaderConstantsManager::Init();
|
||||
StaticShaderCache::Init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue