mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
BACKENDS: Remove PixelBuffer leftovers
This commit is contained in:
parent
9336c93da3
commit
2a7aa00c85
@ -22,7 +22,6 @@
|
||||
|
||||
#include "backends/base-backend.h"
|
||||
|
||||
#include "graphics/pixelbuffer.h"
|
||||
#include "graphics/scalerplugin.h"
|
||||
|
||||
#ifndef DISABLE_DEFAULT_EVENT_MANAGER
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include "common/file.h"
|
||||
#include "engines/engine.h"
|
||||
#include "graphics/conversion.h"
|
||||
#include "graphics/pixelbuffer.h"
|
||||
#include "graphics/opengl/context.h"
|
||||
#include "graphics/opengl/framebuffer.h"
|
||||
#include "graphics/opengl/surfacerenderer.h"
|
||||
|
@ -29,7 +29,6 @@
|
||||
|
||||
#include "common/timer.h"
|
||||
#include "graphics/pixelformat.h"
|
||||
#include "graphics/pixelbuffer.h"
|
||||
|
||||
ModularGraphicsBackend::ModularGraphicsBackend()
|
||||
:
|
||||
|
@ -33,7 +33,6 @@
|
||||
#include "audio/mixer_intern.h"
|
||||
#include "graphics/palette.h"
|
||||
#include "graphics/surface.h"
|
||||
#include "graphics/pixelbuffer.h"
|
||||
#include "graphics/opengl/system_headers.h"
|
||||
#include "graphics/opengl/framebuffer.h"
|
||||
#include "backends/modular-backend.h"
|
||||
|
@ -146,7 +146,6 @@ private:
|
||||
|
||||
// Game layer
|
||||
GLESBaseTexture *_game_texture;
|
||||
Graphics::PixelBuffer _game_pbuf;
|
||||
OpenGL::FrameBuffer *_frame_buffer;
|
||||
|
||||
/**
|
||||
|
@ -29,7 +29,6 @@
|
||||
#include "common/list.h" // For OSystem::getSupportedFormats()
|
||||
#include "common/ustr.h"
|
||||
#include "graphics/pixelformat.h"
|
||||
#include "graphics/pixelbuffer.h"
|
||||
#include "graphics/mode.h"
|
||||
|
||||
namespace Audio {
|
||||
|
Loading…
Reference in New Issue
Block a user