mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 09:49:01 +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
|
@ -67,7 +67,6 @@ void VideoBackend::Video_Prepare()
|
|||
g_perf_query = std::make_unique<PerfQuery>();
|
||||
g_framebuffer_manager = std::make_unique<FramebufferManager>();
|
||||
g_texture_cache = std::make_unique<TextureCache>();
|
||||
g_renderer->InitializeCommon();
|
||||
VertexShaderCache::s_instance = std::make_unique<VertexShaderCache>();
|
||||
GeometryShaderCache::s_instance = std::make_unique<GeometryShaderCache>();
|
||||
PixelShaderCache::s_instance = std::make_unique<PixelShaderCache>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue