mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
RenderBase: Forward declare EFBAccessType
This commit is contained in:
parent
1c854f2daa
commit
70cf774a5c
17 changed files with 49 additions and 20 deletions
|
@ -28,10 +28,10 @@
|
|||
#include "VideoCommon/AVIDump.h"
|
||||
#include "VideoCommon/BPMemory.h"
|
||||
#include "VideoCommon/FPSCounter.h"
|
||||
#include "VideoCommon/VideoBackendBase.h"
|
||||
#include "VideoCommon/VideoCommon.h"
|
||||
|
||||
class PostProcessingShaderImplementation;
|
||||
enum class EFBAccessType;
|
||||
|
||||
struct EfbPokeData
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue