VideoCommon: Rename Renderer to EFBInterface.

This commit is contained in:
Jordan Woyak 2025-03-11 21:12:06 -05:00
commit 5b36c13bfb
28 changed files with 281 additions and 333 deletions

View file

@ -9,7 +9,6 @@
#include "VideoCommon/AbstractTexture.h"
#include "VideoCommon/BPFunctions.h"
#include "VideoCommon/FramebufferManager.h"
#include "VideoCommon/RenderBase.h"
#include "VideoCommon/ShaderCache.h"
#include "VideoCommon/VertexManagerBase.h"
#include "VideoCommon/VideoConfig.h"