mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
VideoCommon: Rename Renderer to EFBInterface.
This commit is contained in:
parent
de997d616f
commit
5b36c13bfb
28 changed files with 281 additions and 333 deletions
|
@ -6,13 +6,9 @@
|
|||
#include <algorithm>
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Common/Logging/Log.h"
|
||||
#include "Core/HW/Memmap.h"
|
||||
#include "VideoBackends/Software/EfbInterface.h"
|
||||
#include "VideoBackends/Software/TextureEncoder.h"
|
||||
#include "VideoBackends/Software/SWEfbInterface.h"
|
||||
|
||||
#include "VideoCommon/BPMemory.h"
|
||||
#include "VideoCommon/Fifo.h"
|
||||
#include "VideoCommon/VideoCommon.h"
|
||||
|
||||
namespace EfbCopy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue