Move fbo.cpp/h from native into PPSSPP

This commit is contained in:
Henrik Rydgard 2015-09-06 13:05:18 +02:00
parent 72ae497350
commit d822cbf60b
25 changed files with 573 additions and 30 deletions

View file

@ -22,7 +22,6 @@
#include "gfx_es2/glsl_program.h"
#include "gfx_es2/gl_state.h"
#include "gfx_es2/fbo.h"
#include "base/timeutil.h"
#include "math/lin/matrix4x4.h"
@ -41,6 +40,7 @@
#include "GPU/Common/TextureDecoder.h"
#include "GPU/Common/FramebufferCommon.h"
#include "GPU/Debugger/Stepping.h"
#include "GPU/GLES/FBO.h"
#include "GPU/GLES/Framebuffer.h"
#include "GPU/GLES/TextureCache.h"
#include "GPU/GLES/TransformPipeline.h"